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

Jan Steffens heftig at archlinux.org
Wed Aug 20 21:08:37 UTC 2014


    Date: Wednesday, August 20, 2014 @ 23:08:36
  Author: heftig
Revision: 220470

0.9.8

Modified:
  folks/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-20 21:06:58 UTC (rev 220469)
+++ PKGBUILD	2014-08-20 21:08:36 UTC (rev 220470)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.9.7.1
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
@@ -13,12 +13,17 @@
 install=folks.install
 options=('!emptydirs')
 source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-md5sums=('18f3e0799fdea55be7e27bc16e73bd8a')
+md5sums=('1bfccf799ae58533ebfcb14b831b5cd9')
 
 build() {
   cd $pkgname-$pkgver
+
   ./configure --prefix=/usr --disable-schemas-compile \
     --disable-libsocialweb-backend --disable-fatal-warnings
+
+  # 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