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

Jan Steffens heftig at archlinux.org
Thu Jun 29 09:32:43 UTC 2017


    Date: Thursday, June 29, 2017 @ 09:32:43
  Author: heftig
Revision: 299390

stop overlinking

Modified:
  libwnck3/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-29 09:27:45 UTC (rev 299389)
+++ PKGBUILD	2017-06-29 09:32:43 UTC (rev 299390)
@@ -28,6 +28,10 @@
     cd libwnck
     ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --disable-static --enable-gtk-doc --enable-compile-warnings
+
+  # 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