edc1edf822d2e985e6d64b7e07fcf3c17a27123f
[feed/telephony.git] / net / asterisk-16.x / patches / 056-fix-check_expr2-build.patch
1 --- a/utils/Makefile
2 +++ b/utils/Makefile
3 @@ -187,7 +187,6 @@ check_expr2: $(ASTTOPDIR)/main/ast_expr2
4 $(CC) -g -o check_expr2 ast_expr2fz.o ast_expr2z.o astmm.o -lm $(_ASTLDFLAGS)
5 $(ECHO_PREFIX) echo " [RM] ast_expr2fz.o ast_expr2z.o"
6 rm ast_expr2z.o ast_expr2fz.o
7 - ./check_expr2 expr2.testinput
8
9 smsq: smsq.o strcompat.o
10 smsq: LIBS+=$(POPT_LIB)