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

This commit is contained in:
Sylvestre Ledru 2021-03-27 11:51:09 +01:00
parent c5da4109de
commit e2a02c21ce

1
debian/rules vendored
View File

@ -356,6 +356,7 @@ override_dh_auto_configure: preconfigure
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 $(TARGET_BUILD) && \