diff options
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 63ad8391..e496c14d 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Adrian C. <anrxc..sysphere.org> pkgname=alpine -pkgver=2.21.999.r7.c1b6c3e +pkgver=2.21.999.r13.ae4bbcf _commit=${pkgver##*.} pkgrel=1 arch=("i686" "x86_64") @@ -56,7 +56,7 @@ build() { cd "${srcdir}/${pkgname}" # Configure Alpine - LIBS+="-lpam -lkrb5 -lcrypto" ./configure --prefix=/usr \ + LIBS+="-lpam -lkrb5" ./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 |