diff options
author | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-03 00:08:24 -0700 |
commit | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (patch) | |
tree | 1d7dc66a7f904a5e311c2924518469c9b72a3c82 /extra/cheese | |
parent | 8831500349d38b0b1afcb74ada3f6878c31fb6ef (diff) |
Mon Jun 3 00:08:24 PDT 2013
Diffstat (limited to 'extra/cheese')
-rw-r--r-- | extra/cheese/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
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) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> 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 } |