diff options
author | 2022-09-16 09:28:36 +0200 | |
---|---|---|
committer | 2022-09-16 09:32:29 +0200 | |
commit | e1d7ac8d54faaf1b2d6c3d5b916d915b13e0aded (patch) | |
tree | c441d8029cfcb8cf0902f8baa938582eacd82217 /sys-libs/libomp | |
parent | dev-python/PyPDF2: add 2.10.8 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |