mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.
This commit is contained in:
parent
c52bafca45
commit
248c9bdfcb
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ IMPSUFF= .imp
|
|||
POSTGRES_IMP= postgres$(IMPSUFF)
|
||||
|
||||
ifdef PGXS
|
||||
BE_DLLLIBS= -Wl,-bI:$(DESTDIR)$(bindir)/postgres/$(POSTGRES_IMP)
|
||||
BE_DLLLIBS= -Wl,-bI:$(bindir)/postgres/$(POSTGRES_IMP)
|
||||
else
|
||||
BE_DLLLIBS= -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ DLSUFFIX = .so
|
|||
CFLAGS_SL =
|
||||
|
||||
ifdef PGXS
|
||||
BE_DLLLIBS= -bundle_loader $(DESTDIR)$(bindir)/postgres
|
||||
BE_DLLLIBS= -bundle_loader $(bindir)/postgres
|
||||
else
|
||||
BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue