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

Jan Steffens heftig at nymeria.archlinux.org
Sun Jun 2 19:39:34 UTC 2013


    Date: Sunday, June 2, 2013 @ 21:39:34
  Author: heftig
Revision: 186988

add hack against overlinking

Modified:
  eog-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 19:38:38 UTC (rev 186987)
+++ PKGBUILD	2013-06-02 19:39:34 UTC (rev 186988)
@@ -3,7 +3,7 @@
 
 pkgname=eog-plugins
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugins for Eye of Gnome"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/"
@@ -19,6 +19,10 @@
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
     --sysconfdir=/etc --localstatedir=/var
+
+  # 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