diff options
Diffstat (limited to 'externals/iem/iem_atan2/src/makefile')
-rw-r--r-- | externals/iem/iem_atan2/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |