commit: e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 07:28:36 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 07:32:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d7ac8d
sys-libs/libomp: Disable gdb-plugin in 16.x
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-libs/libomp/libomp-16.0.0.9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-libs/libomp/libomp-16.0.0.9999.ebuild
b/sys-libs/libomp/libomp-16.0.0.9999.ebuild
index 0baa3f18fd8b..83d025fd921f 100644
--- a/sys-libs/libomp/libomp-16.0.0.9999.ebuild
+++ b/sys-libs/libomp/libomp-16.0.0.9999.ebuild
@@ -92,6 +92,8 @@ multilib_src_configure() {
-DLIBOMP_INSTALL_ALIASES=OFF
# disable unnecessary hack copying stuff back to srcdir
-DLIBOMP_COPY_EXPORTS=OFF
+ # disable until upstream fixes it to use positive logic
+ -DDISABLE_OMPD_GDB_PLUGIN=ON
)
if use offload; then