From: Rust Maintainers Date: Mon, 6 Nov 2017 09:03:32 +0000 (+0000) Subject: d-configure-ld-library-path X-Git-Tag: archive/raspbian/1.21.0+dfsg1-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=19a281c57ede81c4a3f61babc9bfcb96ae333a23;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"