projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffba941
)
we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 18 May 2007 00:02:37 +0000
(
00:02
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 18 May 2007 00:02:37 +0000
(
00:02
-0000)
fix this
libpwdgrp/Kbuild
patch
|
blob
|
history
diff --git
a/libpwdgrp/Kbuild
b/libpwdgrp/Kbuild
index 9e60ef1e50b3e0ec12a388b64833af5d60ce0cbd..f9f1ddbf3fa4c911128578a3f21d22d9721b7a93 100644
(file)
--- 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