From 0802a23d28e0d84f58d0c4f861c6f80f5cb70829 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 May 2021 18:47:39 +0200 Subject: [PATCH] alpine: enable passfile. --- srcpkgs/alpine/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/alpine/template b/srcpkgs/alpine/template index 8721a772a33..724097e05e6 100644 --- a/srcpkgs/alpine/template +++ b/srcpkgs/alpine/template @@ -1,12 +1,12 @@ # Template file for 'alpine' pkgname=alpine version=2.24 -revision=2 +revision=3 _githash=3165f59b344fb4d56d161541f294754d56bcb372 _gitshort="${_githash:0:7}" wrksrc="${pkgname}-${_gitshort}" build_style=gnu-configure -configure_args="--without-passfile --without-tcl --disable-shared +configure_args="--with-passfile=.pine-passfile --without-tcl --disable-shared --with-ssl-dir=${XBPS_CROSS_BASE}/usr --with-system-pinerc=/etc/${pkgname}.d/pine.conf --with-system-fixed-pinerc=/etc/${pkgname}.d/pine.conf.fixed"