mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
There was an error in the gcc portion of the patch I sent you. Here is
the fix. Billy G. Allie
This commit is contained in:
parent
db286699c6
commit
0326dd76aa
@ -12,7 +12,7 @@ ifeq ($(with_gnu_ld), yes)
|
|||||||
# the contents of LD_LIBRARY_PATH if it exists.
|
# the contents of LD_LIBRARY_PATH if it exists.
|
||||||
tpath1=$(shell echo $(trpath) | sed -e 's/ *-L/,-rpath,/g')
|
tpath1=$(shell echo $(trpath) | sed -e 's/ *-L/,-rpath,/g')
|
||||||
ifdef LD_LIBRARY_PATH
|
ifdef LD_LIBRARY_PATH
|
||||||
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')
|
||||||
endif
|
endif
|
||||||
rpath = -Wl,-rpath,$(libdir)$(tpath)$(tpath2)
|
rpath = -Wl,-rpath,$(libdir)$(tpath)$(tpath2)
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user