wok rev 7974
Fix: net-snmp needs -j1 to install correctly
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Jan 17 17:55:29 2011 +0100 (2011-01-17) |
parents | 44a01226a109 |
children | b6b2dcec29f8 |
files | net-snmp/receipt |
line diff
1.1 --- a/net-snmp/receipt Mon Jan 17 17:54:57 2011 +0100 1.2 +++ b/net-snmp/receipt Mon Jan 17 17:55:29 2011 +0100 1.3 @@ -24,7 +24,7 @@ 1.4 --with-logfile="/var/log/snmpd.log" \ 1.5 --with-persistent-directory="/var/net-snmp" \ 1.6 $CONFIGURE_ARGS && 1.7 - make && make DESTDIR=$PWD/_pkg install 1.8 + make -j 1 && make DESTDIR=$PWD/_pkg install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg.