wok diff busybox-pam/receipt @ rev 5744

audacity: Fix BUILD_DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Jun 27 11:06:04 2010 +0200 (2010-06-27)
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	Sun Jun 27 11:06:04 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  }