]> git.pld-linux.org Git - packages/hylafax.git/commitdiff
- -fPIC instead of -fpic for sparc64 auto/ti/hylafax-4_4_4-1
authortommat <tommat@pld-linux.org>
Wed, 20 Feb 2008 07:51:00 +0000 (07:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hylafax.spec -> 1.63

hylafax.spec

index ec3816641b98ec2559d835a52f0b6c8f539d85c4..d1d76b8d04c63d1d5fb415376e7eb54f3bb95e36 100644 (file)
@@ -156,6 +156,10 @@ Pakiet dla programistów używających bibliotek HylaFAX.
 %patch2 -p1
 %patch3 -p1
 
+%ifarch sparc64
+sed -i -e 's/-fpic/-fPIC/g' configure
+%endif
+
 %build
 # set dummy GCOPTS,GCXXOPTS to avoid adding "-g"
 GCOPTS=" " \
This page took 0.098486 seconds and 4 git commands to generate.