[arch-commits] Commit in mutter/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Thu May 30 12:17:35 UTC 2013


    Date: Thursday, May 30, 2013 @ 14:17:35
  Author: heftig
Revision: 186654

reduce overlinking

Modified:
  mutter/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 12:15:45 UTC (rev 186653)
+++ PKGBUILD	2013-05-30 12:17:35 UTC (rev 186654)
@@ -5,7 +5,7 @@
 
 pkgname=mutter
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -24,6 +24,10 @@
       --libexecdir=/usr/lib/mutter \
       --localstatedir=/var --disable-static \
       --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 




More information about the arch-commits mailing list