wok diff net-snmp/receipt @ rev 22352

libcap: include stddef.h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 19 11:07:25 2019 +0100 (2019-11-19)
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	Tue Nov 19 11:07:25 2019 +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.