Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2023 02:01:10 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90f14401dea7 - main - devel/binutils: Disable randomly discovered libelf dependency
Message-ID:  <202309160201.38G21AFZ078861@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90f14401dea714ea5558bd4ae0b704aeb0fecc9c

commit 90f14401dea714ea5558bd4ae0b704aeb0fecc9c
Author:     Rozhuk Ivan <rozhuk.im@gmail.com>
AuthorDate: 2023-09-15 21:29:20 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-09-16 01:59:58 +0000

    devel/binutils: Disable randomly discovered libelf dependency
    
    Users who build binutils from ports source will discover an implied
    dependency for elfutils should elfutils be installed at the time
    make is run.
    
    PORTREVISION is not bumped because this bug does not affect building of
    binary packages. The binary package never has an elfutils dependency
    because elfutils is never installed in the poudriere jail prior to
    building binutils. This avoids a gratuitous rebuild of binary packages
    when none is needed.
    
    PR:     273798
---
 devel/binutils/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 7114e9a98614..d3cb86034632 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+=	--disable-werror \
 			--with-sysroot=/ \
 			--enable-x86-relax-relocations=no \
 			--with-zstd \
+			--without-libelf --without-debuginfod \
 			--enable-default-compressed-debug-sections-algorithm=zstd
 MAKE_ARGS+=	LIBDL="" V=1
 MAKE_ENV+=	ac_cv_func_sbrk=0



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