[arch-commits] Commit in totem/trunk (PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Thu May 30 12:40:10 UTC 2013
Date: Thursday, May 30, 2013 @ 14:40:10
Author: heftig
Revision: 186670
reduce overlinking
Modified:
totem/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-30 12:38:06 UTC (rev 186669)
+++ PKGBUILD 2013-05-30 12:40:10 UTC (rev 186670)
@@ -5,7 +5,7 @@
pkgbase=totem
pkgname=('totem' 'totem-plugin')
pkgver=3.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME3 movie player based on GStreamer"
url="http://www.gnome.org"
arch=(i686 x86_64)
@@ -39,6 +39,10 @@
--disable-static \
--enable-python \
--enable-nautilus
+
+ # 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