Skip to content
Snippets Groups Projects
Commit c7773aa2 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

(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
parent 98429d37
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ ast_expr2f.o: ASTCFLAGS+=-DSTANDALONE_AEL -I../main ...@@ -103,7 +103,7 @@ ast_expr2f.o: ASTCFLAGS+=-DSTANDALONE_AEL -I../main
pval.o : ASTCFLAGS+=-DSTANDALONE 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 aelbison.c: ../res/ael/ael.tab.c
@cp $< $@ @cp $< $@
...@@ -138,7 +138,7 @@ hashtest2.o: ASTCFLAGS+=-O0 ...@@ -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 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 hashtest.o : hashtest.c
$(CC) -g -O0 -c hashtest.c -I/usr/include -I../include $(CC) -g -O0 -c hashtest.c -I/usr/include -I../include
......
...@@ -52,10 +52,6 @@ int testno = 1; ...@@ -52,10 +52,6 @@ int testno = 1;
/* stuff we need to make this work with the hashtab stuff */ /* stuff we need to make this work with the hashtab stuff */
void ast_cli(int *fd, char *str, ...)
{
}
int64_t ast_mark(int prof_id, int x) int64_t ast_mark(int prof_id, int x)
{ {
} }
...@@ -336,10 +332,6 @@ void ast_module_unregister(const struct ast_module_info *x) ...@@ -336,10 +332,6 @@ void ast_module_unregister(const struct ast_module_info *x)
} }
void ast_cli_register_multiple(void)
{
}
void ast_register_file_version(const char *file, const char *version) void ast_register_file_version(const char *file, const char *version)
{ {
} }
...@@ -349,10 +341,6 @@ void ast_unregister_file_version(const char *file) ...@@ -349,10 +341,6 @@ void ast_unregister_file_version(const char *file)
} }
void ast_cli_unregister_multiple(void)
{
}
void ast_context_destroy(void) void ast_context_destroy(void)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment