Thanks to visit codestin.com Credit goes to github.com
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 376af68 commit 1c3aa54Copy full SHA for 1c3aa54
src/pl/plperl/GNUmakefile
@@ -55,6 +55,11 @@ endif # win32
55
56
SHLIB_LINK = $(perl_embed_ldflags)
57
58
+# see https://www.postgresql.org/message-id/flat/8c4fcb72-2574-ff7c-4c25-1f032d4a2a57%40enterprisedb.com
59
+ifeq ($(PORTNAME), cygwin)
60
+SHLIB_LINK += -Wl,--export-all-symbols
61
+endif
62
+
63
REGRESS_OPTS = --dbname=$(PL_TESTDB)
64
REGRESS = plperl_setup plperl plperl_lc plperl_trigger plperl_shared \
65
plperl_elog plperl_util plperl_init plperlu plperl_array \
0 commit comments