mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.
This commit is contained in:
parent
128cd9df38
commit
36cdb24f31
@ -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…
x
Reference in New Issue
Block a user