summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-16 09:28:36 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-16 09:32:29 +0200
commite1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded (patch)
treec441d8029cfcb8cf0902f8baa938582eacd82217 /sys-libs/libomp
parentdev-python/PyPDF2: add 2.10.8 (diff)
downloadgentoo-e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded.tar.gz
gentoo-e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded.tar.bz2
gentoo-e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded.zip
sys-libs/libomp: Disable gdb-plugin in 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r--sys-libs/libomp/libomp-16.0.0.9999.ebuild2
1 files changed, 2 insertions, 0 deletions
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