8000
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 c52bafc commit 248c9bdCopy full SHA for 248c9bd
src/makefiles/Makefile.aix
@@ -22,7 +22,7 @@ IMPSUFF= .imp
22
POSTGRES_IMP= postgres$(IMPSUFF)
23
24
ifdef PGXS
25
-BE_DLLLIBS= -Wl,-bI:$(DESTDIR)$(bindir)/postgres/$(POSTGRES_IMP)
+BE_DLLLIBS= -Wl,-bI:$(bindir)/postgres/$(POSTGRES_IMP)
26
else
27
BE_DLLLIBS= -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)
28
endif
src/makefiles/Makefile.darwin
@@ -5,7 +5,7 @@ DLSUFFIX = .so
5
CFLAGS_SL =
6
7
8
-BE_DLLLIBS= -bundle_loader $(DESTDIR)$(bindir)/postgres
+BE_DLLLIBS= -bundle_loader $(bindir)/postgres
9
10
BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres
11
0 commit comments