diff options
author | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 15:39:05 +0000 |
---|---|---|
committer | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 15:39:05 +0000 |
commit | 0ed049d8ec91990bdc1a91193e477ffca41e48ad (patch) | |
tree | 888008a9f619b760fd0f47af89f291cb38a2b813 /Makefile.in | |
parent | 4e2e6563904b663344dbcf4808349643a9d0270f (diff) |
add -fPIC cflag
svn path=/trunk/externals/pidip/; revision=10157
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |