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

Antonio Rojas arojas at archlinux.org
Thu Feb 28 00:17:34 UTC 2019


    Date: Thursday, February 28, 2019 @ 00:17:30
  Author: arojas
Revision: 436949

Fix overlinking

Modified:
  pynac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-28 00:16:43 UTC (rev 436948)
+++ PKGBUILD	2019-02-28 00:17:30 UTC (rev 436949)
@@ -17,6 +17,8 @@
 
   export PYTHON=python2
   ./configure --prefix=/usr
+  #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