From c7daba79caa5271cb471430f98338b2f52d45fb2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 21 Feb 2019 13:45:49 +0100 Subject: alpine: enable topal patches (do not work yet), enable passfile --- alpine/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'alpine') diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index f33b1a448..2eaebfeef 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -25,6 +25,7 @@ sha512sums=('SKIP') prepare() { cd "${srcdir}/${pkgname}" + git cherry-pick origin/topal-patch^ origin/topal-patch } pkgver() { @@ -62,7 +63,8 @@ build() { # Configure Alpine ./configure --prefix=/usr \ - --without-passfile --without-tcl --disable-shared \ + --with-passfile=.pine-passfile \ + --without-tcl --disable-shared \ --with-system-pinerc=/etc/${pkgname}.d/pine.conf \ --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed -- cgit v1.2.3-54-g00ecf