aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-18 00:02:37 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-18 00:02:37 +0000
commitdf4806ef398d2bbf110a18aafc7a219694d8b30a (patch)
treece6094b3815e6c90e1a2b0b25c49ffd16fede4a4
parent7d24c3a45030c9eec33f158ac4e3c966c70aea51 (diff)
downloadbusybox-w32-df4806ef398d2bbf110a18aafc7a219694d8b30a.tar.gz
busybox-w32-df4806ef398d2bbf110a18aafc7a219694d8b30a.tar.bz2
busybox-w32-df4806ef398d2bbf110a18aafc7a219694d8b30a.zip
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
-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 @@
4# 4#
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:=pwd_grp.o uidgid_get.o 7lib-y := uidgid_get.o
8
9lib-$(CONFIG_USE_BB_PWD_GRP) += pwd_grp.o