wok diff asterisk/receipt @ rev 14252

readline: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 25 15:43:45 2013 +0100 (2013-03-25)
parents a4c663bcb06a
children b2a632fc9587
line diff
     1.1 --- a/asterisk/receipt	Mon Mar 11 19:01:08 2013 +0100
     1.2 +++ b/asterisk/receipt	Mon Mar 25 15:43:45 2013 +0100
     1.3 @@ -55,7 +55,7 @@
     1.4  		--with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \
     1.5  		--with-tonezone \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make -j 1 | grep -v pjproject &&
     1.8 +	make -j 1 2>&1 | grep -v pjproject &&
     1.9  	make -j 1 DESTDIR=$DESTDIR install &&
    1.10  	make -j 1 DESTDIR=$DESTDIR samples &&
    1.11  	cd contrib/utils &&