# HG changeset patch # User Pascal Bellard # Date 1363024868 -3600 # Node ID a4c663bcb06a19f143ca63fc75f65bcf33d8d24f # Parent b91a04c47411a79ff56343a7d4b465fa670d5b5e asterisk: remove wrong error trigger diff -r b91a04c47411 -r a4c663bcb06a asterisk/receipt --- a/asterisk/receipt Mon Mar 11 17:38:29 2013 +0100 +++ b/asterisk/receipt Mon Mar 11 19:01:08 2013 +0100 @@ -27,6 +27,8 @@ # compile_rules() { +# according to https://issues.asterisk.org/jira/browse/ASTERISK-20576 +# the message "Makefile:82: pjproject/build.mak: No such file or directory" is normal :-/ cd $src find * -name config.guess -o -name configure | xargs \ sed -i "s/(uname -m)/(echo $ARCH)/" @@ -53,7 +55,7 @@ --with-dahdi=$WOK/dahdi/$(ls $WOK/dahdi/taz) \ --with-tonezone \ $CONFIGURE_ARGS && - make -j 1 && + make -j 1 | grep -v pjproject && make -j 1 DESTDIR=$DESTDIR install && make -j 1 DESTDIR=$DESTDIR samples && cd contrib/utils &&