From 50952c20a445ac43feaeaa1b77a7aeaefe878c7e Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 13 Jun 2008 22:06:23 +0000 Subject: -fPIC svn path=/trunk/; revision=10000 --- externals/iem/iem_atan2/src/makefile | 2 +- externals/iem/iem_atan2/src/makefile_linux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/iem/iem_atan2') diff --git a/externals/iem/iem_atan2/src/makefile b/externals/iem/iem_atan2/src/makefile index 7ce891d1..31e19e53 100644 --- a/externals/iem/iem_atan2/src/makefile +++ b/externals/iem/iem_atan2/src/makefile @@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread CFLAGS = -DPD -DUNIX -W -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) diff --git a/externals/iem/iem_atan2/src/makefile_linux b/externals/iem/iem_atan2/src/makefile_linux index 005d1e54..649f9dcf 100644 --- a/externals/iem/iem_atan2/src/makefile_linux +++ b/externals/iem/iem_atan2/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