ldlibpath.mk: Temporarily disable multiple-inclusion preventer

This mutilated LD_LIBRARY_PATH under some circumstances, to be investigated
further.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-11 18:50:48 +00:00
commit 5af9df5ef1

View file

@ -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