From 6e998a2511a2631e9419242ae1419d97fbcc2b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 3 Sep 2005 08:28:41 +0000 Subject: added "-fPIC" tocompile under x86_64 in "makefile" include in sigm2f and splitfilname svn path=/trunk/externals/iemlib/; revision=3477 --- src/iemlib2/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iemlib2/makefile') diff --git a/src/iemlib2/makefile b/src/iemlib2/makefile index d4d27a9..a463e02 100644 --- a/src/iemlib2/makefile +++ b/src/iemlib2/makefile @@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) -- cgit v1.2.1