[arch-commits] Commit in cheese/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Sun Jun 2 19:35:43 UTC 2013


    Date: Sunday, June 2, 2013 @ 21:35:43
  Author: heftig
Revision: 186985

add hack against overlinking

Modified:
  cheese/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 19:32:18 UTC (rev 186984)
+++ PKGBUILD	2013-06-02 19:35:43 UTC (rev 186985)
@@ -4,7 +4,7 @@
 
 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 @@
   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
 }
 




More information about the arch-commits mailing list