From ba6c5e1f302f053bfc7c143f2b4cc0b5ab3ab575 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 26 Mar 2024 10:02:52 +0100 Subject: sys-apps/ripgrep: Do not force static linking on musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/922372 Signed-off-by: Michał Górny --- sys-apps/ripgrep/ripgrep-14.1.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys-apps') diff --git a/sys-apps/ripgrep/ripgrep-14.1.0.ebuild b/sys-apps/ripgrep/ripgrep-14.1.0.ebuild index 2d41fa4ab080..97d8367a346e 100644 --- a/sys-apps/ripgrep/ripgrep-14.1.0.ebuild +++ b/sys-apps/ripgrep/ripgrep-14.1.0.ebuild @@ -81,6 +81,12 @@ BDEPEND=" QA_FLAGS_IGNORED="usr/bin/rg" +src_prepare() { + default + # unforce static linking on musl + rm .cargo/config.toml || die +} + src_configure() { # allow building on musl with dynamic linking support # https://github.com/BurntSushi/rust-pcre2/issues/7 -- cgit v1.2.3-65-gdbad