rpms/gphpedit/FC-5 gphpedit.spec,1.4,1.5

Tim Jackson (timj) fedora-extras-commits at redhat.com
Sat Sep 9 14:45:28 UTC 2006


Author: timj

Update of /cvs/extras/rpms/gphpedit/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7897

Modified Files:
	gphpedit.spec 
Log Message:
Hopefully fix build on x86_64



Index: gphpedit.spec
===================================================================
RCS file: /cvs/extras/rpms/gphpedit/FC-5/gphpedit.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gphpedit.spec	9 Sep 2006 14:12:45 -0000	1.4
+++ gphpedit.spec	9 Sep 2006 14:45:28 -0000	1.5
@@ -37,12 +37,12 @@
 EOF
 
 %build
-# Remove precompiled binaries and rebuild bundled gtkscintilla2
+# Remove precompiled binaries and rebuild (statically) bundled gtkscintilla2
 # (bundling is intentional and with good cause: it is a modified version
 # and the upstream project is apparently dead)
 pushd src/gtkscintilla2
 make clean
-make %{?_smp_mflags}
+make libgtkscintilla2.a %{?_smp_mflags}
 popd
 
 # Configure and make main binary
@@ -78,6 +78,10 @@
 %{_datadir}/gphpedit/php-gphpedit.api
 
 %changelog
+* Sat Sep 09 2006 Tim Jackson <rpm at timj.co.uk> 0.9.91-3
+- Only rebuild bundled gtkscintilla2 as static library (avoids PIC error on
+  x86_64, plus saves time)
+
 * Sat Sep 09 2006 Tim Jackson <rpm at timj.co.uk> 0.9.91-2
 - Add missing perl-XML-Parser BR
 




More information about the scm-commits mailing list