[arch-commits] Commit in clutter/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Thu May 30 12:15:45 UTC 2013
Date: Thursday, May 30, 2013 @ 14:15:45
Author: heftig
Revision: 186653
reduce overlinking
Modified:
clutter/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-30 12:14:22 UTC (rev 186652)
+++ PKGBUILD 2013-05-30 12:15:45 UTC (rev 186653)
@@ -5,7 +5,7 @@
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')
url="http://clutter-project.org/"
@@ -20,6 +20,10 @@
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
}
More information about the arch-commits
mailing list