From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E50EB158091 for ; Wed, 25 Jun 2025 12:48:43 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C9C74341000 for ; Wed, 25 Jun 2025 12:48:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 59AAB11055D; Wed, 25 Jun 2025 12:48:38 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5076311055D for ; Wed, 25 Jun 2025 12:48:38 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02B1A340FC1 for ; Wed, 25 Jun 2025 12:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9461A2A79 for ; Wed, 25 Jun 2025 12:48:36 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1750855380.4d470e33c70110af289c652e13a1e75928bf4edd.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-11.4.7-r1.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 4d470e33c70110af289c652e13a1e75928bf4edd X-VCS-Branch: master Date: Wed, 25 Jun 2025 12:48:36 +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: 9da695c6-4a0d-40e1-ad30-a4e27e5bb9c3 X-Archives-Hash: e0cb875beb1c4985ee3cfd39707694fc commit: 4d470e33c70110af289c652e13a1e75928bf4edd Author: Petr Vaněk gentoo org> AuthorDate: Wed Jun 25 11:54:45 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Jun 25 12:43:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d470e33 dev-db/mariadb: Do not filter -O flags The package builds fine with -O0 and -O1 and it passes all tests. The filter seems to be no longer necessary. Bug: https://bugs.gentoo.org/114895 Bug: https://bugs.gentoo.org/110149 Signed-off-by: Petr Vaněk gentoo.org> dev-db/mariadb/mariadb-11.4.7-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-db/mariadb/mariadb-11.4.7-r1.ebuild b/dev-db/mariadb/mariadb-11.4.7-r1.ebuild index 9750b91d30e1..fafc96e2de61 100644 --- a/dev-db/mariadb/mariadb-11.4.7-r1.ebuild +++ b/dev-db/mariadb/mariadb-11.4.7-r1.ebuild @@ -295,8 +295,6 @@ src_configure() { filter-lto # bug 508724 mariadb cannot use ld.gold tc-ld-is-gold && tc-ld-force-bfd - # Bug #114895, bug #110149 - filter-flags "-O" "-O[01]" use elibc_musl && append-flags -D_LARGEFILE64_SOURCE