[arch-commits] Commit in libgcrypt/trunk (PKGBUILD)
Thomas Bächler
thomas at archlinux.org
Sun Jun 7 13:16:44 UTC 2009
Date: Sunday, June 7, 2009 @ 09:16:44
Author: thomas
Revision: 41827
upgpkg: libgcrypt 1.4.4-2
readd static library: it is needed for building cryptsetup
Modified:
libgcrypt/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-07 13:07:39 UTC (rev 41826)
+++ PKGBUILD 2009-06-07 13:16:44 UTC (rev 41827)
@@ -3,7 +3,7 @@
pkgname=libgcrypt
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="a general purpose crypto library based on the code used"
arch=(i686 x86_64)
url="http://www.gnupg.org"
@@ -17,7 +17,7 @@
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --disable-padlock-support --disable-static
+ ./configure --prefix=/usr --disable-padlock-support
make || return 1
make DESTDIR=${pkgdir} install || return 1
rm -f ${pkgdir}/usr/share/info/dir
More information about the arch-commits
mailing list