Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-18 04:02:37 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-18 04:02:37 +0400
commit78e48b2c2c68aebe3a15201df3191c5725dc9e9b (patch)
treece6094b3815e6c90e1a2b0b25c49ffd16fede4a4 /libpwdgrp
parentffba941d29afd609e0c7e39501a4542fac9a0ff0 (diff)
we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),
fix this
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/Kbuild4
1 files changed, 3 insertions, 1 deletions
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