dev-util/maturin: remove musl workaround

Haven't tested, but the eclass passes -crt-static now
so it shouldn't be needed anymore.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-03-08 18:04:00 -05:00
parent 3b390ae6d1
commit 2bb9a4cfb4
2 changed files with 0 additions and 6 deletions

View File

@@ -88,9 +88,6 @@ src_prepare() {
src_configure() {
export OPENSSL_NO_VENDOR=1
# bug #938847 (TODO?: should probably be an eclass default for musl)
use elibc_musl && RUSTFLAGS+=" -C target-feature=-crt-static"
# https://github.com/rust-lang/stacker/issues/79
use s390 && ! is-flagq '-march=*' &&
append-cflags $(test-flags-CC -march=z10)

View File

@@ -92,9 +92,6 @@ src_prepare() {
src_configure() {
export OPENSSL_NO_VENDOR=1
# bug #938847 (TODO?: should probably be an eclass default for musl)
use elibc_musl && RUSTFLAGS+=" -C target-feature=-crt-static"
# https://github.com/rust-lang/stacker/issues/79
use s390 && ! is-flagq '-march=*' &&
append-cflags $(test-flags-CC -march=z10)