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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 050DE15824A for ; Tue, 10 Dec 2024 12:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5FC3E07FA; Tue, 10 Dec 2024 12:21:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2A5DE07FA for ; Tue, 10 Dec 2024 12:21:29 +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 B20433430E5 for ; Tue, 10 Dec 2024 12:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 182301E75 for ; Tue, 10 Dec 2024 12:21:27 +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: <1733833123.786a2013f7c2661a225baeaf73db9df4273ae4d9.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.4.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 786a2013f7c2661a225baeaf73db9df4273ae4d9 X-VCS-Branch: master Date: Tue, 10 Dec 2024 12:21: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: 6ab95a24-2314-4523-80b7-792175d3f14b X-Archives-Hash: 6788743de73dce0d46bccb94cca67fac commit: 786a2013f7c2661a225baeaf73db9df4273ae4d9 Author: Petr Vaněk gentoo org> AuthorDate: Tue Dec 10 12:08:31 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Dec 10 12:18:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786a2013 dev-db/mariadb: port systemtap w/o dtrace-symlink fix mariadb-11.4.4 also fails to build if systemtap is build w/o dtrace-symlink. This change ports the fix from commit 505a3759e913 ("dev-db/mariadb: fix build failed"). Bug: https://bugs.gentoo.org/943306 Signed-off-by: Petr Vaněk gentoo.org> dev-db/mariadb/mariadb-11.4.4.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-db/mariadb/mariadb-11.4.4.ebuild b/dev-db/mariadb/mariadb-11.4.4.ebuild index b909e81afb50..671476b33ea4 100644 --- a/dev-db/mariadb/mariadb-11.4.4.ebuild +++ b/dev-db/mariadb/mariadb-11.4.4.ebuild @@ -362,6 +362,12 @@ src_configure() { mycmakeargs+=( -DWITH_SSL=bundled ) fi + if use systemtap && has_version "dev-debug/systemtap[-dtrace-symlink(+)]" ; then + mycmakeargs+=( + -DDTRACE="${BROOT}"/usr/bin/stap-dtrace + ) + fi + # bfd.h is only used starting with 10.1 and can be controlled by NOT_FOR_DISTRIBUTION mycmakeargs+=( -DWITH_READLINE=$(usex bindist 1 0)