Date: Sat, 16 Sep 2023 13:38:18 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: b7f2c91ae8f9 - main - Revert "devel/binutils: Disable randomly discovered libelf dependency" Message-ID: <202309161338.38GDcInu032539@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=b7f2c91ae8f9b047c7e9af6b1d8772752cfcc08f commit b7f2c91ae8f9b047c7e9af6b1d8772752cfcc08f Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-09-16 13:33:34 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-09-16 13:36:40 +0000 Revert "devel/binutils: Disable randomly discovered libelf dependency" The author requests revert. His patch has caused PR/273839. PR: 273798, 273839 This reverts commit 90f14401dea714ea5558bd4ae0b704aeb0fecc9c. --- devel/binutils/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index d3cb86034632..7114e9a98614 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -36,7 +36,6 @@ 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?202309161338.38GDcInu032539>