From a5d74ffa13fce8a3c1087b180f9240d4cb226612 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 27 Mar 2021 12:37:12 +0100 Subject: [PATCH] On some arch, we need another version of cmake. in some case, it needs a specific version of the lib. So, provide the ld_library_path for these --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 97a24c02..4575ff50 100755 --- a/debian/rules +++ b/debian/rules @@ -474,6 +474,7 @@ debian-libcxx-build: CMAKE_BIN=cmake; \ if test -f /tmp/cmake/bin/cmake; then \ CMAKE_BIN=/tmp/cmake/bin/cmake; \ + export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/tmp/cmake/bin/; \ fi; \ echo "Using cmake: $$CMAKE_BIN"; \ cd libcxxabi/build && \