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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C188C158086 for ; Fri, 19 Nov 2021 15:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A0E6E07B2; Fri, 19 Nov 2021 15:51:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 020ECE07B2 for ; Fri, 19 Nov 2021 15:51:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 004E5342BC7 for ; Fri, 19 Nov 2021 15:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 798491BC for ; Fri, 19 Nov 2021 15:51:27 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1637336962.13885f174169be144cf641fcfffe04f00d5853d3.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/chicken/chicken-5.2.0.ebuild X-VCS-Directories: dev-scheme/chicken/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 13885f174169be144cf641fcfffe04f00d5853d3 X-VCS-Branch: master Date: Fri, 19 Nov 2021 15:51:27 +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: 036125be-8f5d-4e0c-9abe-c14ccb8d891e X-Archives-Hash: d2912148bbdf94b44f910d4a06fbc902 commit: 13885f174169be144cf641fcfffe04f00d5853d3 Author: Akinori Hattori gentoo org> AuthorDate: Fri Nov 19 15:49:22 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Fri Nov 19 15:49:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13885f17 dev-scheme/chicken: respect CFLAGS Closes: https://bugs.gentoo.org/824938 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-scheme/chicken/chicken-5.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-scheme/chicken/chicken-5.2.0.ebuild b/dev-scheme/chicken/chicken-5.2.0.ebuild index 5d158285adc0..0cc432c1fbe5 100644 --- a/dev-scheme/chicken/chicken-5.2.0.ebuild +++ b/dev-scheme/chicken/chicken-5.2.0.ebuild @@ -55,6 +55,7 @@ src_install() { PLATFORM="linux" \ PREFIX="${EPREFIX}/usr" \ C_COMPILER="$(tc-getCC)" \ + C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" \ CXX_COMPILER="$(tc-getCXX)" \ HOSTSYSTEM="${CBUILD}" \ LINKER_OPTIONS="${LDFLAGS}" \