svn commit: trunk/busybox/libpwdgrp
vda at busybox.net
vda at busybox.net
Thu May 17 17:02:39 PDT 2007
Author: vda
Date: 2007-05-17 17:02:37 -0700 (Thu, 17 May 2007)
New Revision: 18646
Log:
we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),
fix this
Modified:
trunk/busybox/libpwdgrp/Kbuild
Changeset:
Modified: trunk/busybox/libpwdgrp/Kbuild
===================================================================
--- trunk/busybox/libpwdgrp/Kbuild 2007-05-17 23:03:35 UTC (rev 18645)
+++ trunk/busybox/libpwdgrp/Kbuild 2007-05-18 00:02:37 UTC (rev 18646)
@@ -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
More information about the busybox-cvs
mailing list