summaryrefslogtreecommitdiff
path: root/extra/re-alpine/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/re-alpine/PKGBUILD')
-rw-r--r--extra/re-alpine/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/re-alpine/PKGBUILD b/extra/re-alpine/PKGBUILD
index 3b3d59ab3..f50eaaf1a 100644
--- a/extra/re-alpine/PKGBUILD
+++ b/extra/re-alpine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 125747 2011-05-29 05:24:41Z eric $
+# $Id: PKGBUILD 146303 2012-01-09 01:01:51Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
# Contributor: Smith Dhumbumroong <zodmaner@gmail.com>
@@ -26,7 +26,7 @@ sha1sums=('9c2f13dbc7ca75e7a09f81df607db84694b10fa6'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 < ../maildir.patch
- LIBS+=-lpam ./configure --prefix=/usr --without-passfile --without-tcl \
+ LIBS+="-lpam -lkrb5 -lcrypto" ./configure --prefix=/usr --without-passfile --without-tcl \
--disable-shared --with-system-pinerc=/etc/alpine.d/pine.conf \
--with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed
make