rpms/swh-plugins/devel swh-plugins.spec,1.2,1.3

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Apr 24 15:52:24 UTC 2006


Author: green

Update of /cvs/extras/rpms/swh-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3275

Modified Files:
	swh-plugins.spec 
Log Message:
Revision -4.  Force -fPIC and -DPIC.



Index: swh-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/swh-plugins/devel/swh-plugins.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- swh-plugins.spec	24 Apr 2006 15:39:24 -0000	1.2
+++ swh-plugins.spec	24 Apr 2006 15:52:24 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:      A set of audio plugins for LADSPA
 Name:         swh-plugins
 Version:      0.4.14
-Release:      3%{?dist}
+Release:      4%{?dist}
 License:      GPL
 Group:        Applications/Multimedia
 Source:       http://plugin.org.uk/releases/0.4.14/swh-plugins-0.4.14.tar.gz
@@ -20,7 +20,7 @@
 %patch0 -p0
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %configure --disable-static
+CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" %configure --disable-static
 %{__make} %{?_smp_mflags} static
 
 %install
@@ -38,6 +38,10 @@
 %{_datadir}/ladspa/rdf/*
 
 %changelog
+* Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.14-4
+- Force -fPIC and -DPIC.  This is required for x86_64.  Why doesn't
+libtool do this?
+
 * Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.14-3
 - Add -configure patch.  Configure with --disable-static.
 




More information about the fedora-extras-commits mailing list