From 0ed049d8ec91990bdc1a91193e477ffca41e48ad Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 10 Jul 2008 15:39:05 +0000 Subject: add -fPIC cflag svn path=/trunk/externals/pidip/; revision=10157 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1465ea1..264525c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ PDP_PIDIP_TARBALL = $(PDP_PIDIP_DISTRO).tar.gz PDP_PIDIP_CFLAGS = $(MPEG4IP_CFLAGS) $(IMLIB_CFLAGS) \ -DPD -DX_DISPLAY_MISSING -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ - -Wall -W -Wstrict-prototypes \ + -fPIC -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch \ -DPDP_PIDIP_VERSION=\"$(PDP_PIDIP_VERSION)\" -g -- cgit v1.2.1