[PD-cvs] SF.net SVN: pure-data: [10162] trunk/externals/unauthorized/Makefile

sevyves at users.sourceforge.net sevyves at users.sourceforge.net
Fri Jul 11 16:45:52 CEST 2008


Revision: 10162
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10162&view=rev
Author:   sevyves
Date:     2008-07-11 07:45:51 -0700 (Fri, 11 Jul 2008)

Log Message:
-----------
added fPIC flag

Modified Paths:
--------------
    trunk/externals/unauthorized/Makefile

Modified: trunk/externals/unauthorized/Makefile
===================================================================
--- trunk/externals/unauthorized/Makefile	2008-07-10 16:13:54 UTC (rev 10161)
+++ trunk/externals/unauthorized/Makefile	2008-07-11 14:45:51 UTC (rev 10162)
@@ -120,7 +120,7 @@
 pd_linux: $(TARGETS)
 
 LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \
-    -Wall -W -Wno-shadow -Wstrict-prototypes -g \
+    -fPIC -Wall -W -Wno-shadow -Wstrict-prototypes -g \
     -Wno-unused -Wno-parentheses -Wno-switch
 
 LINUXINCLUDE =  -I../../src -I../../pd/src


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