summaryrefslogtreecommitdiff
path: root/extra/clutter/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/clutter/PKGBUILD')
-rw-r--r--extra/clutter/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/clutter/PKGBUILD b/extra/clutter/PKGBUILD
index 121c4688c..2433a321b 100644
--- a/extra/clutter/PKGBUILD
+++ b/extra/clutter/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 185561 2013-05-15 07:16:35Z heftig $
+# $Id: PKGBUILD 186662 2013-05-30 12:24:29Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=clutter
pkgver=1.14.4
-pkgrel=1
+pkgrel=2
pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
arch=('i686' 'x86_64' 'mips64el')
url="http://clutter-project.org/"
@@ -20,6 +20,10 @@ build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr --enable-introspection \
--enable-wayland-{backend,compositor} --enable-egl-backend --enable-evdev-input
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}