summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
Diffstat (limited to 'alpine')
-rw-r--r--alpine/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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