mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/ripgrep: Do not force static linking on musl
Closes: https://bugs.gentoo.org/922372 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user