From 5af9df5ef113620c526bbc5ede38e17c3a7e8045 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 11 Dec 2017 18:50:48 +0000 Subject: [PATCH] ldlibpath.mk: Temporarily disable multiple-inclusion preventer This mutilated LD_LIBRARY_PATH under some circumstances, to be investigated further. Signed-off-by: Jan Lindemann --- make/ldlibpath.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/ldlibpath.mk b/make/ldlibpath.mk index 25d57046..6d42c1f1 100644 --- a/make/ldlibpath.mk +++ b/make/ldlibpath.mk @@ -16,10 +16,10 @@ LD_LIBRARY_PATH = $(call proj_query, ldlibpath $(PROJECT) $(PREREQ_BUILD)) export LD_LIBRARY_PATH export PATH=$(call proj_query, exepath $(PROJECT) $(PREREQ_BUILD)):$(EXE_SEARCH_PATH_ENV) -ifneq ($(LDLIBPATH_MK_INCLUDED),) +#ifneq ($(LDLIBPATH_MK_INCLUDED),) all: libpath: @echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)" @echo "export PATH=.:$(PATH)" -endif +#endif LDLIBPATH_MK_INCLUDED := true