diff options
author | 2025-04-04 16:10:03 +0200 | |
---|---|---|
committer | 2025-04-05 01:39:53 +0100 | |
commit | 78d097990d6ca6cb2f4540b28b33f9bb0ffe2ad6 (patch) | |
tree | 6df728074d399b371dc5bf4b3142bd2839f7f02a | |
parent | dev-libs/protobuf: 29.4, 29.2, 28.3-r1, 28.0, 25.6, 25.5 update to match 9999 (diff) | |
download | gentoo-78d097990d6ca6cb2f4540b28b33f9bb0ffe2ad6.tar.gz gentoo-78d097990d6ca6cb2f4540b28b33f9bb0ffe2ad6.tar.bz2 gentoo-78d097990d6ca6cb2f4540b28b33f9bb0ffe2ad6.zip |
dev-libs/protobuf: 25.3 drop ld.gold workaround
gold is gone from the sys-libs/binutils-libs tarballs
Signed-off-by: Paul Zander <[email protected]>
Signed-off-by: Sam James <[email protected]>
-rw-r--r-- | dev-libs/protobuf/protobuf-25.3.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-libs/protobuf/protobuf-25.3.ebuild b/dev-libs/protobuf/protobuf-25.3.ebuild index d878a5ea4e79..cf1d9198d96e 100644 --- a/dev-libs/protobuf/protobuf-25.3.ebuild +++ b/dev-libs/protobuf/protobuf-25.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2008-2024 Gentoo Authors +# Copyright 2008-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake-multilib elisp-common toolchain-funcs +inherit cmake-multilib elisp-common ABSEIL_BRANCH="lts_2023_08_02" # NOTE from https://github.com/protocolbuffers/protobuf/blob/main/.gitmodules @@ -54,15 +54,6 @@ PATCHES=( DOCS=( CONTRIBUTORS.txt README.md ) -src_configure() { - if tc-ld-is-gold; then - # https://sourceware.org/bugzilla/show_bug.cgi?id=24527 - tc-ld-disable-gold - fi - - cmake-multilib_src_configure -} - multilib_src_configure() { local mycmakeargs=( -Dprotobuf_DISABLE_RTTI="yes" # TODO why? |