Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2007 09:49:43 +0400 (GST)
From:      Rakhesh Sasidharan <rakhesh@rakhesh.com>
To:        Valentin Bud <mtx@edoxx.eu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How do I make install clean a port in the background
Message-ID:  <20070812094822.Y37191@obelix.home.rakhesh.com>
In-Reply-To: <200708100429.03072.mtx@edoxx.eu>
References:  <46BB75D0.3080200@calarts.edu> <20070809163101.c8623754.wmoran@potentialtech.com> <200708091613.20539.freebsd@dfwlp.com> <200708100429.03072.mtx@edoxx.eu>

next in thread | previous in thread | raw e-mail | index | archive | help

> A good ideea would be to build screen static. In case you
> update your system, it is possible that the libraries on which screen depends
> might be deleted. To do so
> # make CONFIGURE_ENV=LDFLAGS="-static" build
> # make install
> that will create a binary screen which is not dynamically linked with the
> libraries.
> and of course don't forget man screen

That's neat! Didn't know you could do that. Is the option 
CONFIGURE_ENV=LDFLAGS="-static" something you can use for any port to 
compile it statically?

Regards,
Rakhesh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070812094822.Y37191>