From d16fac6fe2875fa3b603262e49c6e268e1e0e4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 3 Sep 2005 08:21:17 +0000 Subject: added "-fPIC" to the CFLAGS, since x86_64 needs this svn path=/trunk/externals/iemlib/; revision=3474 --- src/iemlib1/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iemlib1/makefile') diff --git a/src/iemlib1/makefile b/src/iemlib1/makefile index 8be2976..6bc4b59 100644 --- a/src/iemlib1/makefile +++ b/src/iemlib1/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