wok-current diff busybox-pam/receipt @ rev 5697
Up: sudo* (1.7.2p7)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jun 18 16:07:40 2010 +0200 (2010-06-18) |
parents | 2a5e098a34ac |
children | 609498d2778d |
line diff
1.1 --- a/busybox-pam/receipt Fri Jun 04 17:00:07 2010 +0200 1.2 +++ b/busybox-pam/receipt Fri Jun 18 16:07:40 2010 +0200 1.3 @@ -34,12 +34,13 @@ 1.4 syslogd.u 1.5 modinfo.u 1.6 zmodules.u 1.7 +modprobe.u 1.8 EOT 1.9 cp $WOK/$SOURCE/stuff/$SOURCE-$VERSION.config .config 1.10 sed -i 's/# CONFIG_PAM is not set/CONFIG_PAM=y/' .config 1.11 make oldconfig 1.12 # "CFLAGS=-O0" is a workaround for GCC 4.5.0 1.13 - make "CFLAGS=-O0" && make "CFLAGS=-O0" install 1.14 + make -j 4 "CFLAGS=-O0" && make "CFLAGS=-O0" install 1.15 echo "Chmod 4755 on busybox binary..." 1.16 chmod 4755 _install/bin/busybox 1.17 }