From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1444487-garchives=archives.gentoo.org@lists.gentoo.org> 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 88E15158095 for <garchives@archives.gentoo.org>; Sat, 8 Oct 2022 03:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE6DE09C1; Sat, 8 Oct 2022 03:37:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 73220E09C1 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 03:37:05 +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 578BD340D8E for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 03:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892B4607 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 03:37:02 +0000 (UTC) From: "Ionen Wolkens" <ionen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org> Message-ID: <1665200131.4863f4c6151a1687ef364b2a637abaeb033c65b1.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/9libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/9libs/9libs-1.0-r4.ebuild dev-libs/9libs/9libs-1.0-r5.ebuild X-VCS-Directories: dev-libs/9libs/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4863f4c6151a1687ef364b2a637abaeb033c65b1 X-VCS-Branch: master Date: Sat, 8 Oct 2022 03:37:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 385517b4-ab9e-4017-83d2-f97cb4d1203a X-Archives-Hash: 3b1e8588cafa87e9ce21a5dd8e7173b1 commit: 4863f4c6151a1687ef364b2a637abaeb033c65b1 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 03:28:00 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 03:35:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4863f4c6 dev-libs/9libs: pass -fno-strict-aliasing May be an easy fix but haven't looked closely, just passing as a better than nothing solution. Closes: https://bugs.gentoo.org/855665 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-libs/9libs/{9libs-1.0-r4.ebuild => 9libs-1.0-r5.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/9libs/9libs-1.0-r4.ebuild b/dev-libs/9libs/9libs-1.0-r5.ebuild similarity index 93% rename from dev-libs/9libs/9libs-1.0-r4.ebuild rename to dev-libs/9libs/9libs-1.0-r5.ebuild index 0feaa9888258..bb9f3d6f49c7 100644 --- a/dev-libs/9libs/9libs-1.0-r4.ebuild +++ b/dev-libs/9libs/9libs-1.0-r5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Plan 9 compatibility libraries" HOMEPAGE="https://netlib.org/research/9libs/9libs-1.0.README" @@ -32,6 +32,8 @@ src_prepare() { } src_configure() { + append-flags -fno-strict-aliasing #855665 + local econfargs=( --enable-shared --includedir="${EPREFIX}"/usr/include/9libs