diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-04 16:17:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-04 17:51:36 +0200 |
commit | 6b5c00fad92ef11766ab59648557f5bc96375c08 (patch) | |
tree | cdd526bf140f9b735d36ec5a9e06d59b8ae918bf | |
parent | sys-kernel/gentoo-sources: add 6.11.2 (diff) | |
download | gentoo-6b5c00fad92ef11766ab59648557f5bc96375c08.tar.gz gentoo-6b5c00fad92ef11766ab59648557f5bc96375c08.tar.bz2 gentoo-6b5c00fad92ef11766ab59648557f5bc96375c08.zip |
sys-libs/libcxxabi: Remove obsolete libcxx libdir test hack
Remove the hack that overrode `LIBCXX_LIBDIR_SUFFIX` for testing.
Upstream has updated the test code to account for the suffix, so this
hack is not only unnecessary but it is now breaking the test suite.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild index 903f8e866cb6..22c102f6258c 100644 --- a/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-20.0.0.9999.ebuild @@ -76,7 +76,6 @@ multilib_src_configure() { # this is broken with standalone builds, and also meaningless -DLIBCXXABI_USE_LLVM_UNWINDER=OFF - -DLIBCXX_LIBDIR_SUFFIX= -DLIBCXX_ENABLE_SHARED=ON -DLIBCXX_ENABLE_STATIC=OFF -DLIBCXX_CXX_ABI=libcxxabi |