diff options
author | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
commit | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (patch) | |
tree | 1d7dc66a7f904a5e311c2924518469c9b72a3c82 /extra/eog-plugins | |
parent | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (diff) |
Mon Jun 3 00:08:24 PDT 2013
Diffstat (limited to 'extra/eog-plugins')
-rw-r--r-- | extra/eog-plugins/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/eog-plugins/PKGBUILD b/extra/eog-plugins/PKGBUILD index b6c650f88..2b974e18f 100644 --- a/extra/eog-plugins/PKGBUILD +++ b/extra/eog-plugins/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 185518 2013-05-14 16:57:57Z heftig $ +# $Id: PKGBUILD 186992 2013-06-02 19:43:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> 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 @@ build() { 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 } |