mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 04:39:07 -07:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user