]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- -fPIC (amd64)
authorspeedy <speedy@pld-linux.org>
Wed, 27 Apr 2005 10:36:57 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac.spec -> 1.9

gpac.spec

index 456f8ab8602d0200564437dee101962f12520dc9..8f66c0d3160a50aed81d28f677e27ccac8518927 100644 (file)
--- a/gpac.spec
+++ b/gpac.spec
@@ -103,6 +103,10 @@ chmod a+x configure
        %{!?with_js: --disable-js} \
        %{!?with_mad: --disable-mad} \
        %{!?with_png: --disable-png} \
+       %ifarch amd64
+       --extra-cflags="-fPIC" \
+       --extra-ldflags="-fPIC" \
+       %endif
        %{!?with_xvid: --disable-xvid}
 
 %{__make} \
This page took 1.172366 seconds and 4 git commands to generate.