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 2C331158009 for ; Tue, 27 Jun 2023 18:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6769EE087C; Tue, 27 Jun 2023 18:03:26 +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 4F9B6E087C for ; Tue, 27 Jun 2023 18:03:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90718341036 for ; Tue, 27 Jun 2023 18:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE8478DC for ; Tue, 27 Jun 2023 18:03:23 +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: <1687888953.abcf1c332125b850a893019e63444c2b93d965bd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-3.0.9-r1.ebuild dev-libs/openssl/openssl-3.1.1-r1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: abcf1c332125b850a893019e63444c2b93d965bd X-VCS-Branch: master Date: Tue, 27 Jun 2023 18:03:23 +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: 9d4bdfe6-9cae-4882-8896-8bcc0e3b10bf X-Archives-Hash: 3a471d4563676246d5247b71e3c63676 commit: abcf1c332125b850a893019e63444c2b93d965bd Author: Sam James gentoo org> AuthorDate: Tue Jun 27 18:02:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 27 18:02:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcf1c33 dev-libs/openssl: pass -latomic when needed (e.g. i486/old arm) Closes: https://bugs.gentoo.org/895308 Signed-off-by: Sam James gentoo.org> dev-libs/openssl/openssl-3.0.9-r1.ebuild | 5 +++++ dev-libs/openssl/openssl-3.1.1-r1.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-libs/openssl/openssl-3.0.9-r1.ebuild b/dev-libs/openssl/openssl-3.0.9-r1.ebuild index 5a6463868b0d..7f042b6d39c0 100644 --- a/dev-libs/openssl/openssl-3.0.9-r1.ebuild +++ b/dev-libs/openssl/openssl-3.0.9-r1.ebuild @@ -135,6 +135,11 @@ src_configure() { append-flags $(test-flags-CC -Wa,--noexecstack) + # bug #895308 + append-atomic-flags + # Configure doesn't respect LIBS + export LDLIBS="${LIBS}" + # bug #197996 unset APPS # bug #312551 diff --git a/dev-libs/openssl/openssl-3.1.1-r1.ebuild b/dev-libs/openssl/openssl-3.1.1-r1.ebuild index 48588af55fd7..7f787b960f44 100644 --- a/dev-libs/openssl/openssl-3.1.1-r1.ebuild +++ b/dev-libs/openssl/openssl-3.1.1-r1.ebuild @@ -138,6 +138,11 @@ src_configure() { append-flags $(test-flags-CC -Wa,--noexecstack) + # bug #895308 + append-atomic-flags + # Configure doesn't respect LIBS + export LDLIBS="${LIBS}" + # bug #197996 unset APPS # bug #312551