mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
(closes issue #11221)
Reported by: eliel
Patches:
utils.Makefile.patch uploaded by eliel (modified by me) (license 64)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -103,7 +103,7 @@ ast_expr2f.o: ASTCFLAGS+=-DSTANDALONE_AEL -I../main
|
||||
|
||||
pval.o : ASTCFLAGS+=-DSTANDALONE
|
||||
|
||||
check_expr: check_expr.o ast_expr2.o ast_expr2f.o strcompat.o threadstorage.o
|
||||
check_expr: check_expr.o ast_expr2.o ast_expr2f.o strcompat.o threadstorage.o clicompat.o
|
||||
|
||||
aelbison.c: ../res/ael/ael.tab.c
|
||||
@cp $< $@
|
||||
@@ -138,7 +138,7 @@ hashtest2.o: ASTCFLAGS+=-O0
|
||||
|
||||
hashtest2: hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o threadstorage.o clicompat.o
|
||||
|
||||
hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o
|
||||
hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o
|
||||
|
||||
hashtest.o : hashtest.c
|
||||
$(CC) -g -O0 -c hashtest.c -I/usr/include -I../include
|
||||
|
||||
Reference in New Issue
Block a user