From 00b768761d47445d7759f7bbbf338a58d3ff3ff4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 10 Jun 2016 18:51:57 +0000 Subject: [PATCH] workaround the lib which cannot be found --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c92b7527..044b55f7 100755 --- a/debian/rules +++ b/debian/rules @@ -451,7 +451,7 @@ endif # LLDB tests (CMake) ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel)) - $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true + LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true endif # Polly tests (CMake)