summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-21 13:45:49 +0100
committerErich Eckner <git@eckner.net>2019-02-21 13:45:49 +0100
commitc7daba79caa5271cb471430f98338b2f52d45fb2 (patch)
treed8d0c63785d200e3aed9ea1ed6384248d94b4617 /alpine
parent58c7357b633157246d158c330f7967c69fc7d1ac (diff)
downloadarchlinuxewe-c7daba79caa5271cb471430f98338b2f52d45fb2.tar.xz
alpine: enable topal patches (do not work yet), enable passfile
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