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:
3eb4466
)
id: do not abort build if we use internal password/group functions.
author
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 17 Nov 2008 00:12:17 +0000
(
00:12
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 17 Nov 2008 00:12:17 +0000
(
00:12
-0000)
coreutils/id.c
patch
|
blob
|
history
diff --git
a/coreutils/id.c
b/coreutils/id.c
index f33f9ab254367221b29db3bfb6799ea12b756eeb..6ddb2366646e19fa7cdafd773cc821b608bde35e 100644
(file)
--- a/
coreutils/id.c
+++ b/
coreutils/id.c
@@
-17,11
+17,13
@@
#include "libbb.h"
+#if !ENABLE_USE_BB_PWD_GRP
#if defined(__UCLIBC_MAJOR__) && (__UCLIBC_MAJOR__ == 0)
#if (__UCLIBC_MINOR__ < 9) || (__UCLIBC_MINOR__ == 9 && __UCLIBC_SUBLEVEL__ < 30)
#error "Sorry, you need at least uClibc version 0.9.30 for id applet to build"
#endif
#endif
+#endif
enum {
PRINT_REAL = (1 << 0),