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

markster at lists.digium.com markster at lists.digium.com
Sun Jan 30 11:38:49 CST 2005


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

Modified Files:
	Makefile 
Log Message:
Fix 64-bit library builds (bug #3463)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/format_mp3/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	8 Sep 2004 16:17:25 -0000	1.2
+++ Makefile	30 Jan 2005 17:40:20 -0000	1.3
@@ -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