rpms/sidplay-libs/devel sidplay-libs.spec,1.5,1.6

Linus Walleij snirkel at rpmfusion.org
Wed Aug 26 00:26:15 CEST 2009


Author: snirkel

Update of /cvs/nonfree/rpms/sidplay-libs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1820

Modified Files:
	sidplay-libs.spec 
Log Message:
Compile with -fPIC



Index: sidplay-libs.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sidplay-libs/devel/sidplay-libs.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sidplay-libs.spec	29 Mar 2009 15:16:55 -0000	1.5
+++ sidplay-libs.spec	25 Aug 2009 22:26:15 -0000	1.6
@@ -4,7 +4,7 @@
 
 Name:           sidplay-libs
 Version:        2.1.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A software library for playing back C64 SID files
 URL:            http://sidplay2.sourceforge.net/
 Group:          System Environment/Libraries
@@ -68,6 +68,8 @@
 chmod -x libsidutils/include/sidplay/utils/SidUsage.h
 
 %build
+# Create position-independent code plz
+export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
 # Cannot use --disable-static here, the builder need static
 # libraries to work at all.
 %configure
@@ -133,6 +135,10 @@
 %{_libdir}/sidplay/builders/*.la
 
 %changelog
+* Wed Aug 26 2009 Linus Walleij <triad at df.lth.se> 2.1.1-10
+- Make the library position independent with -fPIC at the
+  request of Orcan Ogetbil for XMMS2
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.1-9
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list