From a36d3c23c9afa9afa53565d476ce79249bea4144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 3 Sep 2005 08:24:03 +0000 Subject: added "-fPIC" to make it compile under x86_64 svn path=/trunk/externals/iemlib/; revision=3476 --- src/iem_t3_lib/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iem_t3_lib/makefile') diff --git a/src/iem_t3_lib/makefile b/src/iem_t3_lib/makefile index 22aaaf9..f9da63f 100644 --- a/src/iem_t3_lib/makefile +++ b/src/iem_t3_lib/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