[Asterisk-cvs] asterisk/funcs Makefile,1.1,1.2

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu May 5 08:36:09 CDT 2005


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:




More information about the svn-commits mailing list