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 87A6515800F for ; Sat, 4 Feb 2023 09:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81AB6E07E0; Sat, 4 Feb 2023 09:39:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A8B0E07E0 for ; Sat, 4 Feb 2023 09:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84551340DAF for ; Sat, 4 Feb 2023 09:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D558A1 for ; Sat, 4 Feb 2023 09:39:37 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1675502854.0909a91fd455dec082971e05e04c94fe6571827c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/feather/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/feather/files/monero_remove_cflags-2.2.3.patch X-VCS-Directories: net-p2p/feather/files/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 0909a91fd455dec082971e05e04c94fe6571827c X-VCS-Branch: master Date: Sat, 4 Feb 2023 09:39:37 +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: 27409332-a763-4ad7-9f29-4adae87e68e4 X-Archives-Hash: 6c1c30d072b3268ec51c3cc1b7290bf1 commit: 0909a91fd455dec082971e05e04c94fe6571827c Author: Adam Pimentel protonmail com> AuthorDate: Sat Feb 4 09:27:07 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Feb 4 09:27:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0909a91f net-p2p/feather: stop monero from setting -march flag Closes: https://bugs.gentoo.org/893198 Signed-off-by: Adam Pimentel protonmail.com> net-p2p/feather/files/monero_remove_cflags-2.2.3.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/net-p2p/feather/files/monero_remove_cflags-2.2.3.patch b/net-p2p/feather/files/monero_remove_cflags-2.2.3.patch index 5ae53dd88..23360c817 100644 --- a/net-p2p/feather/files/monero_remove_cflags-2.2.3.patch +++ b/net-p2p/feather/files/monero_remove_cflags-2.2.3.patch @@ -1,6 +1,15 @@ --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -901,9 +901,9 @@ +@@ -773,8 +773,6 @@ + message(STATUS "AES support disabled") + endif() + +- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${ARCH_FLAG}") +- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ARCH_FLAG}") + + set(WARNINGS "-Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Wno-error=extra -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized") + if(CMAKE_C_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") +@@ -901,9 +899,9 @@ message(STATUS "Using C++ security hardening flags: ${CXX_SECURITY_FLAGS}") message(STATUS "Using linker security hardening flags: ${LD_SECURITY_FLAGS}")