diff options
Diffstat (limited to 'extra/gsasl/PKGBUILD')
-rw-r--r-- | extra/gsasl/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/gsasl/PKGBUILD b/extra/gsasl/PKGBUILD index 2c9c54ebd..e1d499276 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') 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 |