commit: b87a28ed9cc331f51b67eb723f6931b34c7e9d25 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Aug 17 20:01:09 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Aug 17 20:07:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87a28ed
sys-devel/binutils: Enable new dtags via configure, not broken patch Bug: https://bugs.gentoo.org/808787 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-devel/binutils/binutils-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 014a2d71612..d6c4c64f815 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -248,6 +248,8 @@ src_configure() { --enable-install-libiberty # Available from 2.35 on --enable-textrel-check=warning + # Works better than vapier's patch... #808787 + --enable-new-dtags --disable-werror --with-bugurl="$(toolchain-binutils_bugurl)" --with-pkgversion="$(toolchain-binutils_pkgversion)"
