diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-17 22:01:09 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-17 22:07:45 +0200 |
commit | b87a28ed9cc331f51b67eb723f6931b34c7e9d25 (patch) | |
tree | 12106a76d68730b2582f98595a514be96b535dde /sys-devel/binutils/binutils-9999.ebuild | |
parent | app-dicts/aspell-pl: bump to version 20210731.0 (diff) | |
download | gentoo-b87a28ed9cc331f51b67eb723f6931b34c7e9d25.tar.gz gentoo-b87a28ed9cc331f51b67eb723f6931b34c7e9d25.tar.bz2 gentoo-b87a28ed9cc331f51b67eb723f6931b34c7e9d25.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-9999.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 014a2d716125..d6c4c64f8156 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)" |