From 1b0a41ace234658092bfbb4d4588fe4ee2bbb342 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 11 Jul 2008 14:45:51 +0000 Subject: added fPIC flag svn path=/trunk/externals/unauthorized/; revision=10162 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d995e74..5691717 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ SGICFLAGS6 = -n32 -DPD -DUNIX -DIRIX -DN32 -woff 1080,1064,1185 \ 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 -- cgit v1.2.1