[Asterisk-cvs] asterisk-addons/format_mp3 Makefile,1.2,1.2.2.1

malcolmd at lists.digium.com malcolmd at lists.digium.com
Tue Apr 5 12:42:45 CDT 2005


Update of /usr/cvsroot/asterisk-addons/format_mp3
In directory mongoose.digium.com:/tmp/cvs-serv8807/format_mp3

Modified Files:
      Tag: v1-0
	Makefile 
Log Message:
Add -fPIC to CFLAGS for Bug #3856


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/format_mp3/Makefile,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- Makefile	8 Sep 2004 16:17:25 -0000	1.2
+++ Makefile	5 Apr 2005 17:35:29 -0000	1.2.2.1
@@ -2,7 +2,7 @@
 MODS=format_mp3.so
 MP3OBJS=common.o dct64_i386.o decode_ntom.o layer3.o tabinit.o interface.o format_mp3.o
 
-CFLAGS=-pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY
+CFLAGS=-pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY
 
 OSARCH=$(shell uname -s)
 




More information about the svn-commits mailing list