Update of /usr/cvsroot/asterisk/funcs
In directory mongoose.digium.com:/tmp/cvs-serv21712/funcs

Modified Files:
        Makefile 
Log Message:
correct build on platforms that require PIC objects (bug #4179)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/funcs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile    5 May 2005 05:39:33 -0000       1.1
+++ Makefile    5 May 2005 12:43:04 -0000       1.2
@@ -21,6 +21,8 @@
 
 FUNC_STRUCTS=$(shell grep 'struct ast_custom_function' $(BUILTINS:.o=.c) | awk 
'{print $$3};')
 
+CFLAGS+=-fPIC
+
 all: $(FUNCS)
 
 clean:

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to