[gnome-software/f20-gnome-3-12] Use --disable-static when building

Richard Hughes rhughes at fedoraproject.org
Mon May 12 11:05:44 UTC 2014


commit 7fe000ed09fa7744f8cd34ffa3b51bf6866a1c33
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Apr 15 16:43:58 2014 +0100

    Use --disable-static when building

 gnome-software.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnome-software.spec b/gnome-software.spec
index 27750b1..3b0db44 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -40,13 +40,12 @@ and update software in the GNOME desktop.
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
 
-%__rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.a
 %__rm %{buildroot}%{_libdir}/gs-plugins-%{gs_plugin_version}/*.la
 
 # install AppStream data for Fedora


More information about the scm-commits mailing list