mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
utils/pval: Add -lBlocksRuntime for compiler clang conditionally.
ASTERISK-27809 Change-Id: I930b364a33d54cc08dedfcd5bb45f7e83242f134
This commit is contained in:
@@ -164,7 +164,7 @@ aelparse.c: $(ASTTOPDIR)/res/ael/ael_lex.c
|
|||||||
$(CMD_PREFIX) mv "$@.new" "$@"
|
$(CMD_PREFIX) mv "$@.new" "$@"
|
||||||
|
|
||||||
aelparse.o: _ASTCFLAGS+=-I$(ASTTOPDIR)/res -Wno-unused
|
aelparse.o: _ASTCFLAGS+=-I$(ASTTOPDIR)/res -Wno-unused
|
||||||
aelparse: LIBS+=-lm
|
aelparse: LIBS+=-lm $(AST_CLANG_BLOCKS_LIBS)
|
||||||
aelparse: aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o astmm.o
|
aelparse: aelparse.o aelbison.o pbx_ael.o hashtab.o lock.o ael_main.o ast_expr2f.o ast_expr2.o strcompat.o pval.o extconf.o astmm.o
|
||||||
|
|
||||||
threadstorage.c: $(ASTTOPDIR)/main/threadstorage.c
|
threadstorage.c: $(ASTTOPDIR)/main/threadstorage.c
|
||||||
@@ -174,6 +174,7 @@ threadstorage.c: $(ASTTOPDIR)/main/threadstorage.c
|
|||||||
|
|
||||||
extconf.o: extconf.c
|
extconf.o: extconf.c
|
||||||
|
|
||||||
|
conf2ael: LIBS+=$(AST_CLANG_BLOCKS_LIBS)
|
||||||
conf2ael: conf2ael.o ast_expr2f.o ast_expr2.o hashtab.o lock.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o strcompat.o astmm.o
|
conf2ael: conf2ael.o ast_expr2f.o ast_expr2.o hashtab.o lock.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o strcompat.o astmm.o
|
||||||
|
|
||||||
check_expr2: $(ASTTOPDIR)/main/ast_expr2f.c $(ASTTOPDIR)/main/ast_expr2.c $(ASTTOPDIR)/main/ast_expr2.h astmm.o
|
check_expr2: $(ASTTOPDIR)/main/ast_expr2f.c $(ASTTOPDIR)/main/ast_expr2.c $(ASTTOPDIR)/main/ast_expr2.h astmm.o
|
||||||
|
Reference in New Issue
Block a user