From 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Jun 2013 00:08:24 -0700 Subject: Mon Jun 3 00:08:24 PDT 2013 --- extra/cheese/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'extra/cheese') diff --git a/extra/cheese/PKGBUILD b/extra/cheese/PKGBUILD index 4fa32fc80..a76d0d289 100644 --- a/extra/cheese/PKGBUILD +++ b/extra/cheese/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185449 2013-05-14 10:14:59Z heftig $ +# $Id: PKGBUILD 186990 2013-06-02 19:42:17Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=cheese pkgver=3.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" arch=(i686 x86_64) license=('GPL') @@ -22,6 +22,10 @@ build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } -- cgit v1.2.3-54-g00ecf