commit: 70163d5941c2ea2911a3a0f5d16a31306cc6df0f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 25 09:03:29 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 25 09:03:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70163d59
dev-libs/hyperscan: restore CMAKE_BUILD_TYPE="Release" for now Bug: https://bugs.gentoo.org/772086 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/hyperscan/hyperscan-5.4.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild index f5eac0bc20f..6303beabeee 100644 --- a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild +++ b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild @@ -38,6 +38,9 @@ src_configure() { use cpu_flags_x86_ssse3 && append-flags -mssse3 use cpu_flags_x86_avx2 && append-flags -mavx2 + # Temporary, see #772086#c1 and associated PR + CMAKE_BUILD_TYPE="Release" + local mycmakeargs=( -DBUILD_SHARED_LIBS=$(usex static-libs OFF ON) -DBUILD_STATIC_AND_SHARED=$(usex static-libs ON OFF)
