mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.
This commit is contained in:
parent
2f90c781e8
commit
1f57f2e311
|
|
@ -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 New Issue
Block a user