ports/opt (3.6): rust: export RUSTFLAGS so it actaully works
commit 5ba6d4e53a6a7b7cb00ab5aee0f747fa02e68149 Author: Danny Rawlins <contact@romster.me> Date: Sun Dec 5 14:12:09 2021 +1100 rust: export RUSTFLAGS so it actaully works diff --git a/rust/.signature b/rust/.signature index c2df4b40a..c0d5f133b 100644 --- a/rust/.signature +++ b/rust/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Xn8fGr9DrOasAmPmBnc8/4YrAnZiza6TKjeR9Wpb+bxlUQ4UcutLuO61h353Vak1KFSqoYRKqxHdb419vwSTQc= -SHA256 (Pkgfile) = 1ac8e439e6879b2b9cfb5d569f540f5e7d3bd106b597afa1f6372ff495597791 +RWSE3ohX2g5d/XYfDIj//jTNr2L7QaMs3oLgo6HutGa0R0qNgTJO6y7HXaPLSDT8eWIduV1hcX9YepqTsqrcnspM8wWQ8ZaLUgw= +SHA256 (Pkgfile) = 2e762d62fad0ce4000d9a18cb64a80c2009acf76a62c78d9530f0b7773d96ee6 SHA256 (.footprint) = 6bc9aa7c6c8d99e7f8cdd6299da5d49ed7f626a414a97654104729ced44815a6 SHA256 (rustc-1.57.0-src.tar.xz) = fad07ea1daf9c6195c32e6e9c43ece4565c5f2f1de3c3771574790d6abbc9704 SHA256 (rust-std-1.56.1-x86_64-unknown-linux-gnu.tar.xz) = b01011cbb5503c456ecc6a557a38e099994b8497df545c661ce8fd48c5beadc6 diff --git a/rust/Pkgfile b/rust/Pkgfile index f1efe0499..ece2fce54 100644 --- a/rust/Pkgfile +++ b/rust/Pkgfile @@ -150,7 +150,7 @@ EOF #error: field is never read: `id` # --> src/bootstrap/lib.rs:280:5 # = note: `-D dead-code` implied by `-D warnings` - RUSTFLAGS+=' -A dead_code' + export RUSTFLAGS+=' -A dead_code' export LIBGIT2_NO_PKG_CONFIG=1 export RUST_BACKTRACE=full
participants (1)
-
crux@crux.nu