diff options
| author | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-12-06 05:30:47 +0000 |
|---|---|---|
| committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2025-12-06 05:30:47 +0000 |
| commit | a2bcdf37f9cb05802b1f96c9fc6b36ec1cbdfc1a (patch) | |
| tree | d5d416920521b716de728546167d3ee914fc9238 | |
| parent | bf6ca81e7de63a9e631fad5c9c4e0d8a7279950a (diff) | |
| parent | 4157bab73027897b7c6ff44dc12b170fe3924898 (diff) | |
| download | gentoo-a2bcdf37f9cb05802b1f96c9fc6b36ec1cbdfc1a.tar.gz gentoo-a2bcdf37f9cb05802b1f96c9fc6b36ec1cbdfc1a.tar.bz2 gentoo-a2bcdf37f9cb05802b1f96c9fc6b36ec1cbdfc1a.zip | |
Merge updates from master
| -rw-r--r-- | sys-devel/bpf-toolchain/bpf-toolchain-15.2.0_p2.ebuild | 3 |
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 |
