sys-fs/stratisd: move RUSTFLAGS to make.conf
This commit is contained in:
parent
f97afd0630
commit
4e82e59316
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue