diff options
author | Erich Eckner <git@eckner.net> | 2019-02-21 13:45:49 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-21 13:45:49 +0100 |
commit | c7daba79caa5271cb471430f98338b2f52d45fb2 (patch) | |
tree | d8d0c63785d200e3aed9ea1ed6384248d94b4617 | |
parent | 58c7357b633157246d158c330f7967c69fc7d1ac (diff) | |
download | archlinuxewe-c7daba79caa5271cb471430f98338b2f52d45fb2.tar.xz |
alpine: enable topal patches (do not work yet), enable passfile
-rw-r--r-- | alpine/PKGBUILD | 4 |
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 |