From df4806ef398d2bbf110a18aafc7a219694d8b30a Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 18 May 2007 00:02:37 +0000 Subject: we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), fix this git-svn-id: svn://busybox.net/trunk/busybox@18646 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libpwdgrp/Kbuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libpwdgrp/Kbuild b/libpwdgrp/Kbuild index 9e60ef1e5..f9f1ddbf3 100644 --- a/libpwdgrp/Kbuild +++ b/libpwdgrp/Kbuild @@ -4,4 +4,6 @@ # # Licensed under the GPL v2, see the file LICENSE in this tarball. -lib-y:=pwd_grp.o uidgid_get.o +lib-y := uidgid_get.o + +lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o -- cgit v1.2.3-55-g6feb