[arch-commits] Commit in re-alpine/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Jan 9 00:32:35 UTC 2012


    Date: Sunday, January 8, 2012 @ 19:32:35
  Author: eric
Revision: 146300

Fix build issue

Modified:
  re-alpine/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-08 22:58:11 UTC (rev 146299)
+++ PKGBUILD	2012-01-09 00:32:35 UTC (rev 146300)
@@ -26,7 +26,7 @@
 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




More information about the arch-commits mailing list