[Asterisk-cvs] asterisk/codecs/lpc10 Makefile,1.15,1.16

kpfleming kpfleming
Mon Nov 7 23:22:14 CST 2005


Update of /usr/cvsroot/asterisk/codecs/lpc10
In directory mongoose.digium.com:/tmp/cvs-serv15988/codecs/lpc10

Modified Files:
	Makefile 
Log Message:
issue #5569 minus lock.h changes


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/lpc10/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile	27 Mar 2005 22:39:17 -0000	1.15
+++ Makefile	8 Nov 2005 04:13:19 -0000	1.16
@@ -22,7 +22,10 @@
 # 
 
 WARNINGS = -Wall -Wno-comment -Wno-error
-CFLAGS += $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS) -fPIC
+CFLAGS += $(OPTIMIZE) -I$(LIB_TARGET_DIR) $(WARNINGS)
+ifneq (${OSARCH},CYGWIN)
+CFLAGS += -fPIC
+endif
 #CFLAGS+= $(shell if uname -m | grep -q 86; then echo "-mpentium" ; fi)
 
 #fix for PPC processors and ALPHA, And UltraSparc too




More information about the svn-commits mailing list