wok-6.x diff wireshark/receipt @ rev 11648

amule: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 04 16:22:35 2012 +0100 (2012-02-04)
parents 40b8672a84a1
children 96eb24dd8b9d
line diff
     1.1 --- a/wireshark/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.2 +++ b/wireshark/receipt	Sat Feb 04 16:22:35 2012 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  		--enable-setuid-install \
     1.5  		--disable-portaudio \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make install
    1.10  }
    1.11