wok rev 14185
asterisk: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 11 19:01:08 2013 +0100 (2013-03-11) |
parents | b91a04c47411 |
children | 38ac53297dd0 |
files | asterisk/receipt |
line diff
1.1 --- a/asterisk/receipt Mon Mar 11 17:38:29 2013 +0100 1.2 +++ b/asterisk/receipt Mon Mar 11 19:01:08 2013 +0100 1.3 @@ -27,6 +27,8 @@ 1.4 # 1.5 compile_rules() 1.6 { 1.7 +# according to https://issues.asterisk.org/jira/browse/ASTERISK-20576 1.8 +# the message "Makefile:82: pjproject/build.mak: No such file or directory" is normal :-/ 1.9 cd $src 1.10 find * -name config.guess -o -name configure | xargs \ 1.11 sed -i "s/(uname -m)/(echo $ARCH)/" 1.12 @@ -53,7 +55,7 @@ 1.13 --with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \ 1.14 --with-tonezone \ 1.15 $CONFIGURE_ARGS && 1.16 - make -j 1 && 1.17 + make -j 1 | grep -v pjproject && 1.18 make -j 1 DESTDIR=$DESTDIR install && 1.19 make -j 1 DESTDIR=$DESTDIR samples && 1.20 cd contrib/utils &&