We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e8018 commit 051fd5eCopy full SHA for 051fd5e
src/interfaces/ecpg/pgtypeslib/Makefile
@@ -24,6 +24,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
24
25
SHLIB_LINK_INTERNAL = -lpgcommon_shlib -lpgport_shlib
26
SHLIB_LINK += $(filter -lintl -lm, $(LIBS))
27
+SHLIB_PREREQS = submake-libpgport
28
29
SHLIB_EXPORTS = exports.txt
30
src/interfaces/libpq/Makefile
@@ -85,13 +85,12 @@ endif
85
ifeq ($(PORTNAME), win32)
86
SHLIB_LINK += -lshell32 -lws2_32 -lsecur32 $(filter -leay32 -lssleay32 -lcomerr32 -lkrb5_32, $(LIBS))
87
endif
88
89
90
91
92
all: all-lib
93
-all-lib: | submake-libpgport
94
-
95
# Shared library stuff
96
include $(top_srcdir)/src/Makefile.shlib
97
backend_src = $(top_srcdir)/src/backend
0 commit comments