X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id D0751DC00C5; Mon, 16 Mar 2015 14:15:04 +0000 (UTC) Date: Mon, 16 Mar 2015 15:15:02 +0100 From: Natanael Copa To: ScrumpyJack Cc: Alpine Devel List Subject: Re: [alpine-devel] [PATCH] main/alpine: Added --with-passfile to configure script Message-ID: <20150316151502.2fc5889b@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 12 Mar 2015 19:56:52 +0000 (GMT) ScrumpyJack wrote: > > --- > 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 \ applied and bumped pkgrel for you thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---