# HG changeset patch # User Antoine Bodin # Date 1295283329 -3600 # Node ID 99a2fb1f6def1ffe9cc3617859d06d97016410a0 # Parent 44a01226a109594ed771bac2306b7ea694f7f9f7 Fix: net-snmp needs -j1 to install correctly diff -r 44a01226a109 -r 99a2fb1f6def net-snmp/receipt --- a/net-snmp/receipt Mon Jan 17 17:54:57 2011 +0100 +++ b/net-snmp/receipt Mon Jan 17 17:55:29 2011 +0100 @@ -24,7 +24,7 @@ --with-logfile="/var/log/snmpd.log" \ --with-persistent-directory="/var/net-snmp" \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make -j 1 && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.