sccache needs libcrypto.so.1.1 libssl.so.1.1. help him with ld lib path

This commit is contained in:
Sylvestre Ledru 2022-10-18 23:47:19 +02:00
parent f616f7d576
commit 7a069fc1f7

1
debian/rules vendored
View File

@ -426,6 +426,7 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
SCCACHE_CMAKE = -DCMAKE_C_COMPILER_LAUNCHER=/opt/sccache/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/opt/sccache/sccache
STAGE_1_CMAKE_EXTRA += $(SCCACHE_CMAKE)
SCCACHE_ENABLE=yes
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
endif
GENERATOR=Ninja