From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A3F71382C5 for ; Thu, 25 Feb 2021 09:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 545E6E07AE; Thu, 25 Feb 2021 09:11:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3305BE07AE for ; Thu, 25 Feb 2021 09:11:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BD23340E38 for ; Thu, 25 Feb 2021 09:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80E8E487 for ; Thu, 25 Feb 2021 09:11:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614243809.70163d5941c2ea2911a3a0f5d16a31306cc6df0f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyperscan/hyperscan-5.4.0.ebuild X-VCS-Directories: dev-libs/hyperscan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 70163d5941c2ea2911a3a0f5d16a31306cc6df0f X-VCS-Branch: master Date: Thu, 25 Feb 2021 09:11:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 779dd331-073f-4b8f-b6d8-0ecf11bb9986 X-Archives-Hash: 0a82d953b1f442982842bafac9f87ff4 commit: 70163d5941c2ea2911a3a0f5d16a31306cc6df0f Author: Sam James gentoo org> AuthorDate: Thu Feb 25 09:03:29 2021 +0000 Commit: Sam James gentoo 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 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)