From 19a281c57ede81c4a3f61babc9bfcb96ae333a23 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Mon, 6 Nov 2017 09:03:32 +0000 Subject: [PATCH] d-configure-ld-library-path Gbp-Pq: Name d-configure-ld-library-path.patch --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2