wok diff net-snmp/receipt @ rev 22746

updated ecj (4.10 -> 4.14)
author Hans-G?nter Theisgen
date Fri Jan 24 10:35:46 2020 +0100 (2020-01-24)
parents 3765f181a6d5
children 9ec990a361cd
line diff
     1.1 --- a/net-snmp/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/net-snmp/receipt	Fri Jan 24 10:35:46 2020 +0100
     1.3 @@ -17,7 +17,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure \
     1.9  		--prefix=/usr \
    1.10  		--with-default-snmp-version="1" \
    1.11 @@ -26,7 +25,7 @@
    1.12  		--with-logfile="/var/log/snmpd.log" \
    1.13  		--with-persistent-directory="/var/net-snmp" \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make -j 1 && make DESTDIR=$DESTDIR install
    1.16 +	make -j 1 && make -j 1 DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.