From 3a5c2b5e0e785ddfd028e7060b462e3d6fb811ab Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 13 Jun 2008 22:07:34 +0000 Subject: -fPIC svn path=/trunk/externals/iem/iem_bin_ambi/; revision=10001 --- src/makefile_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile_linux b/src/makefile_linux index 80b5f0f..5f6a156 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -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 -fno-strict-aliasing \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) -- cgit v1.2.1