Revision: 9534 http://pure-data.svn.sourceforge.net/pure-data/?rev=9534&view=rev Author: tmusil Date: 2008-03-05 05:57:44 -0800 (Wed, 05 Mar 2008)
Log Message: ----------- -fPIC in linux makefile
Modified Paths: -------------- trunk/externals/iemlib/iemlib2/src/makefile_linux
Modified: trunk/externals/iemlib/iemlib2/src/makefile_linux =================================================================== --- trunk/externals/iemlib/iemlib2/src/makefile_linux 2008-03-05 13:56:25 UTC (rev 9533) +++ trunk/externals/iemlib/iemlib2/src/makefile_linux 2008-03-05 13:57:44 UTC (rev 9534) @@ -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.