From: Rust Maintainers Date: Wed, 25 Oct 2017 18:27:30 +0000 (+0100) Subject: d-configure-ld-library-path X-Git-Tag: archive/raspbian/1.21.0+dfsg1-3+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2bde32e0ef6f66f80fb045540bd0acbff6381b0f;p=rustc.git d-configure-ld-library-path Gbp-Pq: Name d-configure-ld-library-path.patch --- diff --git a/configure b/configure index d68f27bc8f..d73d8a69d0 100755 --- a/configure +++ b/configure @@ -680,7 +680,7 @@ then fi CMD="${CFG_LOCAL_RUST_ROOT}/bin/rustc${BIN_SUF}" - LRV=`LD_LIBRARY_PATH=${CFG_LOCAL_RUST_ROOT}/lib $CMD --version` + LRV=`LD_LIBRARY_PATH=${CFG_LOCAL_RUST_ROOT}/lib:${LD_LIBRARY_PATH} $CMD --version` if [ $? -ne 0 ] then step_msg "failure while running $CMD --version"