From 0fbfcdbc980a2898bcd73f95b24fb395e628eb50 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 10 Jul 2008 16:13:54 +0000 Subject: add -fPIC cflag svn path=/trunk/externals/pmpd/; revision=10161 --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/makefile b/src/makefile index c213215..83e70be 100644 --- a/src/makefile +++ b/src/makefile @@ -61,7 +61,7 @@ pd_linux: pmpd.pd_linux mass.pd_linux link.pd_linux mass2D.pd_linux link2D.pd_li .SUFFIXES: .pd_linux -LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch -- cgit v1.2.1