diff options
Diffstat (limited to 'community/gq/PKGBUILD')
-rw-r--r-- | community/gq/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gq/PKGBUILD b/community/gq/PKGBUILD index fe5382f8b..2f91bca12 100644 --- a/community/gq/PKGBUILD +++ b/community/gq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58750 2011-11-18 13:04:07Z spupykin $ +# $Id: PKGBUILD 65588 2012-02-21 09:13:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Gergely Tamas <dice@mfa.kfki.hu> pkgname=gq pkgver=1.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="interactive graphical LDAP browser" url="http://sourceforge.net/projects/gqclient" license=("GPL") @@ -17,7 +17,7 @@ md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --disable-debugging --disable-update-mimedb + LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging --disable-update-mimedb make make DESTDIR=$pkgdir install } |