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

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


    Date: Thursday, May 30, 2013 @ 14:19:12
  Author: heftig
Revision: 186655

reduce overlinking

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 12:17:35 UTC (rev 186654)
+++ PKGBUILD	2013-05-30 12:19:12 UTC (rev 186655)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.8.2
-pkgrel=3
+pkgrel=4
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="http://live.gnome.org/GnomeShell"
@@ -40,6 +40,10 @@
       --libexecdir=/usr/lib/gnome-shell \
       --localstatedir=/var --disable-static \
       --disable-schemas-compile
+
+  # 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