summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bpf-toolchain/bpf-toolchain-15.2.0_p2.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-devel/bpf-toolchain/bpf-toolchain-15.2.0_p2.ebuild b/sys-devel/bpf-toolchain/bpf-toolchain-15.2.0_p2.ebuild
index eb1544a1f4bb..71edc8ef25e8 100644
--- a/sys-devel/bpf-toolchain/bpf-toolchain-15.2.0_p2.ebuild
+++ b/sys-devel/bpf-toolchain/bpf-toolchain-15.2.0_p2.ebuild
@@ -136,6 +136,9 @@ src_compile() {
--without-isl
--without-zstd
--disable-multilib
+
+ # TODO: can likely remove this when bump to >=gcc-15.3 (bug #967042)
+ CXX="$(tc-getCXX) -std=c++14"
)
# libstdc++ may misdetect sys/sdt.h on systemtap-enabled system and fail