aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sergi_ll@users.sourceforge.net>2008-07-10 15:34:58 +0000
committerN.N. <sergi_ll@users.sourceforge.net>2008-07-10 15:34:58 +0000
commit6bd319d776af0bd32a6c22f52bef4a2826707dd3 (patch)
tree37329183e9d176174fb3e35e089cd0d8cd700bcd
parentd08cbe547ec69fe0b5724f99c81b17b1e0450fa1 (diff)
add -fPIC cflag
svn path=/trunk/externals/pdvjtools/; revision=10156
-rw-r--r--pix_preview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pix_preview/Makefile b/pix_preview/Makefile
index ef0a321..c7fdfab 100644
--- a/pix_preview/Makefile
+++ b/pix_preview/Makefile
@@ -9,7 +9,7 @@ GEM2PNM_TARBALL = $(GEM2PNM_DISTRO).tar.gz
# build flags
GEM2PNM_INCLUDE = -I$(PD_DIR)/src -I. -I$(GEM_DIR)/src -I$(PD_DIR)/src
-GEM2PNM_CPPFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
+GEM2PNM_CPPFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \
-Wall -W -Wno-unused -Wno-parentheses -Wno-switch \
-DGEM2PNM_VERSION=\"$(GEM2PNM_VERSION)\" -g