[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Aug 9 18:01:57 UTC 2011
Date: Tuesday, August 9, 2011 @ 14:01:57
Author: ibiru
Revision: 134977
rebuild to get rid of unneeded linkage
Modified:
gnome-settings-daemon/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-09 17:46:11 UTC (rev 134976)
+++ PKGBUILD 2011-08-09 18:01:57 UTC (rev 134977)
@@ -3,7 +3,7 @@
pkgname=gnome-settings-daemon
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="The GNOME Settings daemon"
arch=('i686' 'x86_64')
license=('GPL')
@@ -24,6 +24,8 @@
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/bin --disable-static --enable-pulse
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list