From 7a1e7f92a6931b888ba6b5508e456646f5b273dd Mon Sep 17 00:00:00 2001 From: musil Date: Wed, 5 Mar 2008 13:58:16 +0000 Subject: -fPIC in linux makefile svn path=/trunk/externals/iemlib/; revision=9535 --- iem_mp3/src/makefile_linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iem_mp3') diff --git a/iem_mp3/src/makefile_linux b/iem_mp3/src/makefile_linux index 45d52b4..4fe23a4 100644 --- a/iem_mp3/src/makefile_linux +++ b/iem_mp3/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