[arch-commits] Commit in clutter-gst/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Sun Jun 2 19:32:18 UTC 2013


    Date: Sunday, June 2, 2013 @ 21:32:18
  Author: heftig
Revision: 186984

add hack against overlinking

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 16:07:31 UTC (rev 186983)
+++ PKGBUILD	2013-06-02 19:32:18 UTC (rev 186984)
@@ -3,7 +3,7 @@
 
 pkgname=clutter-gst
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
 url="http://www.clutter-project.org/"
@@ -19,6 +19,10 @@
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc
+
+  # 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