diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-03 10:26:16 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-03 10:26:16 +0200 |
commit | 2f9b9e4565cfb671eda54a32a3efef34723dfb80 (patch) | |
tree | ebfea96eb21ee3f24d7189930a316ea8c6e415ba /extra/cheese/PKGBUILD | |
parent | 943e219407807d8fd4b88ce84b45e9e27117ea25 (diff) | |
parent | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gmtk/PKGBUILD
community/mumble/PKGBUILD
community/notmuch/PKGBUILD
community/pwgen/PKGBUILD
extra/clutter-gst/PKGBUILD
extra/libogg/PKGBUILD
Diffstat (limited to 'extra/cheese/PKGBUILD')
-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 c9ccd8edd..ecb976ca3 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 'mips64el') 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 } |