How do I make install clean a port in the background
Pollywog
lists-fbsd at shadypond.com
Fri Aug 10 07:48:42 PDT 2007
On Friday 10 August 2007 01:29:02 Valentin Bud wrote:
>
> 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
This is a good idea. I used screen once when updating the system remotely and
I was locked out because of some libraries problem. I had to physically go
to the machine to get back in and finish what I was doing.
Thanks for the tip. I know I will be making use of it.
More information about the freebsd-questions
mailing list