[arch-commits] Commit in emerillon/trunk (PKGBUILD)
    Jan Steffens 
    heftig at nymeria.archlinux.org
       
    Sun Jun  2 19:30:58 UTC 2013
    
    
  
    Date: Sunday, June 2, 2013 @ 21:30:58
  Author: heftig
Revision: 92212
add hack against overlinking
Modified:
  emerillon/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 19:15:02 UTC (rev 92211)
+++ PKGBUILD	2013-06-02 19:30:58 UTC (rev 92212)
@@ -19,6 +19,10 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc --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