summaryrefslogtreecommitdiff
path: root/extra/gsasl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gsasl/PKGBUILD')
-rw-r--r--extra/gsasl/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/gsasl/PKGBUILD b/extra/gsasl/PKGBUILD
index d7f0999c6..9aff2bee3 100644
--- a/extra/gsasl/PKGBUILD
+++ b/extra/gsasl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 197247 2013-10-24 18:39:54Z eric $
+# $Id: PKGBUILD 203576 2014-01-13 17:12:07Z andyrtr $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=gsasl
pkgver=1.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
arch=("i686" "x86_64" "mips64el")
url="http://josefsson.org/gsasl/"
@@ -13,6 +13,11 @@ install=gsasl.install
source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
+}
+
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --with-gssapi-impl=mit