Update lang/rust to version 1.37.0
[dports.git] / lang / rust / Makefile.DragonFly
1 MASTER_SITES+=  https://leaf.dragonflybsd.org/~mneumann/rust/:rust_bootstrap \
2                 https://leaf.dragonflybsd.org/~mneumann/rust/:cargo_bootstrap
3
4 RUST_BOOTSTRAP_VERSION= 1.36.0
5
6 # non static bootstrap
7 X_PY_ENV+="RUST_BACKTRACE=1"
8 # required to build libssh2-sys
9 X_PY_ENV+="LIBSSH2_SYS_USE_PKG_CONFIG=1"
10
11 X_PY_ENV+="LD_LIBRARY_PATH=${WRKSRC}/build/${RUST_TARGET}/stage0/lib:/usr/lib/gcc80"