summaryrefslogtreecommitdiff
path: root/extra/eog-plugins
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-06-03 10:26:16 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-06-03 10:26:16 +0200
commit2f9b9e4565cfb671eda54a32a3efef34723dfb80 (patch)
treeebfea96eb21ee3f24d7189930a316ea8c6e415ba /extra/eog-plugins
parent943e219407807d8fd4b88ce84b45e9e27117ea25 (diff)
parent1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gmtk/PKGBUILD community/mumble/PKGBUILD community/notmuch/PKGBUILD community/pwgen/PKGBUILD extra/clutter-gst/PKGBUILD extra/libogg/PKGBUILD
Diffstat (limited to 'extra/eog-plugins')
-rw-r--r--extra/eog-plugins/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/eog-plugins/PKGBUILD b/extra/eog-plugins/PKGBUILD
index 64b9c1653..d781aa20f 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' 'mips64el')
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
}