[PATCH] dont compile pwd_to_spwd when shadow passwds is off
Amir Shalem
amir at boom.org.il
Thu Sep 15 19:11:31 UTC 2005
On Thu, Sep 15, 2005 at 01:26:05PM -0500, Rob Landley wrote:
>2) I just built allyesconfig minus shadow passwords and it built just fine, in
>both 1.01 (current subversion) and 1.1-pre. What specific .config is failing
>for you?
using busybox snapshot from 20050831:
...
-fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o /home/amir/busybox/libbb/pwd2spwd.o /home/amir/busybox/libbb/pwd2spwd.c
In file included from /home/amir/busybox/libbb/pwd2spwd.c:34:
/home/amir/busybox/include/shadow_.h:22:20: shadow.h: No such file or directory
/home/amir/busybox/libbb/pwd2spwd.c: In function `pwd_to_spwd':
/home/amir/busybox/libbb/pwd2spwd.c:47: error: storage size of 'sp' isn't known
/home/amir/busybox/libbb/pwd2spwd.c:47: warning: unused variable `sp'
/home/amir/busybox/libbb/pwd2spwd.c:47: error: storage size of `sp' isn't known
make: *** [/home/amir/busybox/libbb/pwd2spwd.o] Error 1
attached below the .config file.
but the importent parts are:
- uclibc has no <shadow.h>
- CONFIG_FEATURE_SHADOWPASSWDS is not set
--
Amir.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20050915/64ee03e7/attachment-0002.pgp
More information about the busybox
mailing list