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
1.2-netsec
Kevin P. Fleming 20 years ago
parent 59bc293d15
commit 6ec28c9f98

@ -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:

Loading…
Cancel
Save