From 0f69e6ab9b26f4de8c43077bfb5468422ad68f28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Jan 2017 11:57:13 +0100 Subject: [PATCH] sys-libs/llvm-libunwind: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo --- sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index 924684fecb92..5929692bc84d 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild @@ -5,6 +5,8 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} +# (needed due to CMAKE_BUILD_TYPE != Gentoo) +CMAKE_MIN_VERSION=3.7.0-r1 inherit cmake-multilib git-r3 DESCRIPTION="C++ runtime stack unwinder from LLVM" @@ -23,6 +25,9 @@ RDEPEND="!sys-libs/libunwind" # (3.9.0 needed because cmake file install path changed) DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]" +# least intrusive of all +CMAKE_BUILD_TYPE=RelWithDebInfo + multilib_src_configure() { local libdir=$(get_libdir) -- 2.26.2