From 0b11a16626867a362ed9aff3950650af94d1cfa7 Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Tue, 24 Apr 2012 23:09:27 +0200 Subject: Adding initial version of login.c --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make.sh') diff --git a/scripts/make.sh b/scripts/make.sh index 52380ecf..c5cee5bb 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -121,7 +121,7 @@ do_loudly() } do_loudly ${CROSS_COMPILE}${CC} $CFLAGS -I . -o toybox_unstripped $OPTIMIZE \ - main.c lib/*.c $TOYFILES -Wl,--as-needed,-lutil,--no-as-needed || exit 1 + main.c lib/*.c $TOYFILES -Wl,--as-needed,-lutil,--no-as-needed -Wl,--as-needed,-lcrypt,--no-as-needed || exit 1 do_loudly ${CROSS_COMPILE}${STRIP} toybox_unstripped -o toybox || exit 1 # gcc 4.4's strip command is buggy, and doesn't set the executable bit on # its output the way SUSv4 suggests it do so. -- cgit v1.2.3