We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db28669 commit 0326dd7Copy full SHA for 0326dd7
src/makefiles/Makefile.unixware
@@ -12,7 +12,7 @@ ifeq ($(with_gnu_ld), yes)
12
# the contents of LD_LIBRARY_PATH if it exists.
13
tpath1=$(shell echo $(trpath) | sed -e 's/ *-L/,-rpath,/g')
14
ifdef LD_LIBRARY_PATH
15
- tpath2 = ,-rpath,tpath+=$(shell echo $(LD_LIBRARY_PATH) | sed -e 's/:/,-rpath,/g')
+ tpath2 = ,-rpath,$(shell echo $(LD_LIBRARY_PATH) | sed -e 's/:/,-rpath,/g')
16
endif
17
rpath = -Wl,-rpath,$(libdir)$(tpath)$(tpath2)
18
else
0 commit comments