mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
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:
parent
51b88d618e
commit
5af9df5ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ LD_LIBRARY_PATH = $(call proj_query, ldlibpath $(PROJECT) $(PREREQ_BUILD))
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
export PATH=$(call proj_query, exepath $(PROJECT) $(PREREQ_BUILD)):$(EXE_SEARCH_PATH_ENV)
|
export PATH=$(call proj_query, exepath $(PROJECT) $(PREREQ_BUILD)):$(EXE_SEARCH_PATH_ENV)
|
||||||
|
|
||||||
ifneq ($(LDLIBPATH_MK_INCLUDED),)
|
#ifneq ($(LDLIBPATH_MK_INCLUDED),)
|
||||||
all:
|
all:
|
||||||
libpath:
|
libpath:
|
||||||
@echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
|
@echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
|
||||||
@echo "export PATH=.:$(PATH)"
|
@echo "export PATH=.:$(PATH)"
|
||||||
endif
|
#endif
|
||||||
LDLIBPATH_MK_INCLUDED := true
|
LDLIBPATH_MK_INCLUDED := true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue