SPECS: hylafax.spec - -fPIC instead of -fpic for sparc64

tommat tommat at pld-linux.org
Wed Feb 20 08:51:06 CET 2008


Author: tommat                       Date: Wed Feb 20 07:51:06 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -fPIC instead of -fpic for sparc64

---- Files affected:
SPECS:
   hylafax.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: SPECS/hylafax.spec
diff -u SPECS/hylafax.spec:1.62 SPECS/hylafax.spec:1.63
--- SPECS/hylafax.spec:1.62	Thu Feb  7 10:49:44 2008
+++ SPECS/hylafax.spec	Wed Feb 20 08:51:00 2008
@@ -157,6 +157,10 @@
 %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=" " \
@@ -413,6 +417,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2008-02-20 07:51:00  tommat
+- -fPIC instead of -fpic for sparc64
+
 Revision 1.62  2008-02-07 09:49:44  ankry
 - unix -> Unix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hylafax.spec?r1=1.62&r2=1.63&f=u



More information about the pld-cvs-commit mailing list