summaryrefslogtreecommitdiff
path: root/alpine/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-14 10:43:18 +0200
committerErich Eckner <git@eckner.net>2018-05-14 10:43:18 +0200
commitbbe9cec6d2d1d29b27ea2b483920654d3cff3f3b (patch)
treeea10048000d7b89f55c949376cf84935f3abe8cc /alpine/PKGBUILD
parent658cfa1b1790664792eba6ff5d2a1ea785f1f7f0 (diff)
downloadarchlinuxewe-bbe9cec6d2d1d29b27ea2b483920654d3cff3f3b.tar.xz
alpine: update (repair?) PKGBUILD
Diffstat (limited to 'alpine/PKGBUILD')
-rw-r--r--alpine/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD
index e496c14d7..41344a764 100644
--- a/alpine/PKGBUILD
+++ b/alpine/PKGBUILD
@@ -12,6 +12,7 @@ pkgdesc="Apache licensed PINE mail user agent"
url="http://alpine.freeiz.com"
license=("APACHE")
depends=("libldap" "krb5" "gettext")
+makedepends=('openssl')
optdepends=("aspell: for spell-checking support"
"hunspell: for spell-checking support"
"topal: glue program that links GnuPG and alpine")
@@ -56,7 +57,7 @@ build() {
cd "${srcdir}/${pkgname}"
# Configure Alpine
- LIBS+="-lpam -lkrb5" ./configure --prefix=/usr \
+ LIBS+=" -lcrypto" ./configure --prefix=/usr \
--without-passfile --without-tcl --disable-shared \
--with-system-pinerc=/etc/${pkgname}.d/pine.conf \
--with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed