diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 09:03:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 09:03:29 +0000 |
commit | 70163d5941c2ea2911a3a0f5d16a31306cc6df0f (patch) | |
tree | d9973a4144a309a15c953fa19d2944a4513743db /dev-libs/hyperscan | |
parent | sci-libs/netcdf: Stabilize 4.7.4 ppc64, #770649 (diff) | |
download | gentoo-70163d5941c2ea2911a3a0f5d16a31306cc6df0f.tar.gz gentoo-70163d5941c2ea2911a3a0f5d16a31306cc6df0f.tar.bz2 gentoo-70163d5941c2ea2911a3a0f5d16a31306cc6df0f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/hyperscan')
-rw-r--r-- | dev-libs/hyperscan/hyperscan-5.4.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/hyperscan/hyperscan-5.4.0.ebuild b/dev-libs/hyperscan/hyperscan-5.4.0.ebuild index f5eac0bc20f2..6303beabeeec 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) |