summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-04 16:21:24 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-04 16:22:41 +0200
commit744c80c301aebe005ffaba93ff99f6021e0b5de0 (patch)
tree8109d5f1d0d1d32492f44f975913309f100051b5 /sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
parentdev-python/pyopengl: enable py3.10 (diff)
downloadgentoo-744c80c301aebe005ffaba93ff99f6021e0b5de0.tar.gz
gentoo-744c80c301aebe005ffaba93ff99f6021e0b5de0.tar.bz2
gentoo-744c80c301aebe005ffaba93ff99f6021e0b5de0.zip
sys-libs/llvm-libunwind: Fix the typo correctly
Actually, the "ONF" was supposed to be "ON", not "OFF". Closes: https://bugs.gentoo.org/816045 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
index bb832899bd9e..98002383aafb 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.1.0.ebuild
@@ -71,7 +71,7 @@ build_libcxxabi() {
local mycmakeargs=(
-DLIBCXXABI_LIBDIR_SUFFIX=
-DLIBCXXABI_ENABLE_SHARED=OFF
- -DLIBCXXABI_ENABLE_STATIC=OFF
+ -DLIBCXXABI_ENABLE_STATIC=ON
-DLIBCXXABI_USE_LLVM_UNWINDER=ON
-DLIBCXXABI_INCLUDE_TESTS=OFF