From: Eric Andersen Date: Wed, 14 Mar 2001 01:49:10 +0000 (-0000) Subject: Use the system passwd and group stuff by default X-Git-Tag: 0_50~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdc8db9685374c6e71ca89a194c0cfcf97503d69;p=platform%2Fupstream%2Fbusybox.git Use the system passwd and group stuff by default --- diff --git a/Makefile b/Makefile index 6cf23a9..edf77ad 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ DODEBUG = false # I will get fewer emails asking about how glibc NSS works). Enabling this adds # just 1.4k to the binary size (which is a _lot_ less then glibc NSS costs), # Most people will want to leave this set to false. -USE_SYSTEM_PWD_GRP = false +USE_SYSTEM_PWD_GRP = true # This enables compiling with dmalloc ( http://dmalloc.com/ ) # which is an excellent public domain mem leak and malloc problem