From e30aeee3f35d90b7792f050639209eca46ffbc9c Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 16 Nov 2003 04:57:28 +0000 Subject: Change the default for binaries in /bin and /sbin from statically to dynamically linked. This has been a long time coming with the move of critical libraries from /usr/lib to /lib. If you don't feel comfortable with dynamically linked binaries in your root partition, now is the time to define NO_DYNAMICROOT in your make.conf. Approved by: re --- bin/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Makefile.inc b/bin/Makefile.inc index e0688df..108488f 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -4,6 +4,6 @@ BINDIR?= /bin WARNS?= 6 -.if !defined(WITH_DYNAMICROOT) +.if defined(NO_DYNAMICROOT) NOSHARED?= YES .endif -- cgit v1.1