~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/ncurses: fix config option

Details
Message ID
<99de4d9cb61bc13f920f173a4d6fc1d48994fa67.1372313560.git.dubiousjim@gmail.com>
Sender timestamp
1372313561
DKIM signature
missing
Download raw message
Patch: +1 -1
We had --disable-ada, which is in fact ignored (check the config.status). The
correct option here is --without-ada.
---
 main/ncurses/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/ncurses/APKBUILD b/main/ncurses/APKBUILD
index 1e3d419..c73d841 100644
--- a/main/ncurses/APKBUILD
+++ b/main/ncurses/APKBUILD
@@ -13,7 +13,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-base $pkgname-terminfo

build() {
	local _confopts="--mandir=/usr/share/man 
	 	--disable-ada
	 	--without-ada
		--disable-termcap
		--without-cxx-binding
		--with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo"
-- 
1.8.3.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130628090817.7dd26f8d@ncopa-desktop.alpinelinux.org>
In-Reply-To
<99de4d9cb61bc13f920f173a4d6fc1d48994fa67.1372313560.git.dubiousjim@gmail.com> (view parent)
Sender timestamp
1372403297
DKIM signature
missing
Download raw message
On Thu, 27 Jun 2013 02:12:41 -0400
Dubiousjim <dubiousjim@gmail.com> wrote:

> We had --disable-ada, which is in fact ignored (check the config.status). The
> correct option here is --without-ada.
> ---
>  main/ncurses/APKBUILD | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/ncurses/APKBUILD b/main/ncurses/APKBUILD
> index 1e3d419..c73d841 100644
> --- a/main/ncurses/APKBUILD
> +++ b/main/ncurses/APKBUILD
> @@ -13,7 +13,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-base $pkgname-terminfo
>  
>  build() {
>  	local _confopts="--mandir=/usr/share/man 
> -	 	--disable-ada
> +	 	--without-ada
>  		--disable-termcap
>  		--without-cxx-binding
>  		--with-terminfo-dirs="/etc/terminfo:/usr/share/terminfo"

Applied with a whitespace fix (space before tab).

(note that since the resulting .apk is unaffected by this change we
don't need bump pkgrel here)

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)