[PD-cvs] SF.net SVN: pure-data: [10004] trunk/externals/iem/iem_spec2/src

tmusil at users.sourceforge.net tmusil at users.sourceforge.net
Sat Jun 14 00:10:13 CEST 2008


Revision: 10004
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10004&view=rev
Author:   tmusil
Date:     2008-06-13 15:10:03 -0700 (Fri, 13 Jun 2008)

Log Message:
-----------
-fPIC

Modified Paths:
--------------
    trunk/externals/iem/iem_spec2/src/makefile
    trunk/externals/iem/iem_spec2/src/makefile_linux

Modified: trunk/externals/iem/iem_spec2/src/makefile
===================================================================
--- trunk/externals/iem/iem_spec2/src/makefile	2008-06-13 22:09:35 UTC (rev 10003)
+++ trunk/externals/iem/iem_spec2/src/makefile	2008-06-13 22:10:03 UTC (rev 10004)
@@ -13,7 +13,7 @@
 
 CFLAGS = -DPD -DUNIX -W -Wno-unused \
 	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
-        -DDL_OPEN
+        -DDL_OPEN -fPIC
 
 SYSTEM = $(shell uname -m)
 

Modified: trunk/externals/iem/iem_spec2/src/makefile_linux
===================================================================
--- trunk/externals/iem/iem_spec2/src/makefile_linux	2008-06-13 22:09:35 UTC (rev 10003)
+++ trunk/externals/iem/iem_spec2/src/makefile_linux	2008-06-13 22:10:03 UTC (rev 10004)
@@ -11,7 +11,7 @@
 
 CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \
 	-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
-        -DDL_OPEN
+        -DDL_OPEN -fPIC
 
 SYSTEM = $(shell uname -m)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list