~alpine/devel

main/alpine: Added --with-passfile to configure script v1 PROPOSED

ScrumpyJack: 1
 main/alpine: Added --with-passfile to configure script

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/938/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/alpine: Added --with-passfile to configure script Export this patch

---
 main/alpine/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/alpine/APKBUILD b/main/alpine/APKBUILD
index e3c61d6..222fb33 100644
--- a/main/alpine/APKBUILD
+++ b/main/alpine/APKBUILD
@@ -37,7 +37,7 @@ build() {
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--without-passfile \
		--with-passfile=.pine-pass \
		--without-tcl \
		--disable-shared \
		--with-system-pinerc=/etc/alpine.d/pine.conf \
-- 
2.3.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---