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

Pierre Schmitz pierre at archlinux.org
Thu May 29 16:21:46 UTC 2008


    Date: Thursday, May 29, 2008 @ 12:21:46
  Author: pierre
Revision: 2219

upgpkg: libassuan 1.0.4-2
    compiled with fpic; needed by kdepim

Modified:
  libassuan/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-29 15:00:59 UTC (rev 2218)
+++ PKGBUILD	2008-05-29 16:21:46 UTC (rev 2219)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=libassuan
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Libassuan is the IPC library used by some GnuPG related software"
 arch=(i686 x86_64)
 license=('GPL')
@@ -12,6 +12,7 @@
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
 
 build() {
+  export CFLAGS="$CFLAGS -fPIC"
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1





More information about the arch-commits mailing list