Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 09:12:21 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Kyle Evans <kevans@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 4d7876aa70e2 - main - build: slap a libtinfo dependency on libncurses
Message-ID:  <20211007071221.ngdjdip2qosyhumv@aniel.nours.eu>
In-Reply-To: <202110070303.19733k8d033800@gitrepo.freebsd.org>
References:  <202110070303.19733k8d033800@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 07, 2021 at 03:03:46AM +0000, Kyle Evans wrote:
> The branch main has been updated by kevans:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=4d7876aa70e2b7c7c941399a61b6f5e5f8fee088
> 
> commit 4d7876aa70e2b7c7c941399a61b6f5e5f8fee088
> Author:     Kyle Evans <kevans@FreeBSD.org>
> AuthorDate: 2021-10-07 03:01:05 +0000
> Commit:     Kyle Evans <kevans@FreeBSD.org>
> CommitDate: 2021-10-07 03:03:37 +0000
> 
>     build: slap a libtinfo dependency on libncurses
>     
>     This mirrors the SUBDIR_DEPEND in lib/ncurses/Makefile.
>     
>     Reported by:    jenkins (e.g., riscv64 build #23984)
>     Fixes:  396851c20aeb ("ncurses: split libtinfo from libncurses")
> ---
>  Makefile.inc1 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Makefile.inc1 b/Makefile.inc1
> index 6dcfa6a17d3d..9b81d4029608 100644
> --- a/Makefile.inc1
> +++ b/Makefile.inc1
> @@ -2973,6 +2973,8 @@ lib/libkvm__L: lib/libelf__L
>  _lib_libradius=	lib/libradius
>  .endif
>  
> +lib/ncurses/ncurses__L:	lib/ncurses/tinfo__L
> +
>  .if ${MK_OFED} != "no"
>  _prebuild_libs+= \
>  	lib/ofed/libibverbs \
> 

Good catch! thank you!

Best regards,
Bapt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211007071221.ngdjdip2qosyhumv>