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

correct build on platforms that require PIC objects (bug #4179)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5586 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 59bc293d
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ FUNCS+=$(STANDALONE_FUNCS:.o=.so)
FUNC_STRUCTS=$(shell grep 'struct ast_custom_function' $(BUILTINS:.o=.c) | awk '{print $$3};')
CFLAGS+=-fPIC
all: $(FUNCS)
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment