Merge pull request #437 from micmac1/19-ast13-AST-2019-002-and-003
[feed/telephony.git] / net / asterisk-13.x / patches / 056-fix-check_expr2-build.patch
1 --- a/utils/Makefile
2 +++ b/utils/Makefile
3 @@ -180,7 +180,6 @@ check_expr2: $(ASTTOPDIR)/main/ast_expr2
4 $(CC) -g -o check_expr2 ast_expr2fz.o ast_expr2z.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)