From b52836460085119f4d130b198f3f29c55ba10fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 29 Jul 2006 14:18:23 +0000 Subject: added -fPIC for pd_linux to compile on amd64 svn path=/trunk/externals/iem/comport/; revision=5430 --- comport/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comport/makefile') diff --git a/comport/makefile b/comport/makefile index be1da27..598d5e1 100644 --- a/comport/makefile +++ b/comport/makefile @@ -69,7 +69,7 @@ pd_linux: comport.pd_linux .SUFFIXES: .pd_linux -LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ +LINUXCFLAGS = -DPD -O2 -fPIC -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ -Wno-unused -Wno-parentheses -Wno-switch -- cgit v1.2.1