sys-fs/stratisd: move RUSTFLAGS to make.conf

pull/1/head
Alexander Miroshnichenko 2020-07-14 11:12:36 +03:00
parent f97afd0630
commit 4e82e59316
Signed by: alex
GPG Key ID: E93720C6C73A77F4
1 changed files with 2 additions and 2 deletions

View File

@ -171,9 +171,9 @@ src_prepare() {
}
src_compile(){
RUSTFLAGS="-C target-feature=-crt-static" cargo_src_compile --no-default-features
cargo_src_compile --no-default-features
mv "${S}"/target/release/stratisd "${S}"/target/release/stratisd-init
RUSTFLAGS="-C target-feature=-crt-static" cargo_src_compile --all-features
cargo_src_compile --all-features
}
src_install() {