From 6bd319d776af0bd32a6c22f52bef4a2826707dd3 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 10 Jul 2008 15:34:58 +0000 Subject: add -fPIC cflag svn path=/trunk/externals/pdvjtools/; revision=10156 --- pix_preview/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pix_preview/Makefile') 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 -- cgit v1.2.1