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

Jan Steffens heftig at nymeria.archlinux.org
Thu May 30 12:14:22 UTC 2013


    Date: Thursday, May 30, 2013 @ 14:14:22
  Author: heftig
Revision: 186652

reduce overlinking

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-30 12:13:19 UTC (rev 186651)
+++ PKGBUILD	2013-05-30 12:14:22 UTC (rev 186652)
@@ -3,7 +3,7 @@
 
 pkgname=cogl
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
 arch=('i686' 'x86_64')
 url="http://www.clutter-project.org/"
@@ -18,6 +18,10 @@
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr \
     --enable-wayland-egl-{platform,server} --enable-gles{1,2}
+
+  # 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