Content-Length: 250557 | pFad | http://github.com/tonybelloni/postgres/commit/736c1f238b3eeaf0f1cecf1753eb5194367fbad9

79 MinGW: Link ltree_plpython with plpython. · tonybelloni/postgres@736c1f2 · GitHub
Skip to content

Commit 736c1f2

Browse files
committed
MinGW: Link ltree_plpython with plpython.
The MSVC build system already did this, and building against Python 3 requires it. Back-patch to 9.5, where the module was introduced.
1 parent b1b6671 commit 736c1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ltree_plpython/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif
2525

2626
ifeq ($(PORTNAME), win32)
2727
# This means we need an in-tree build on Windows, not a pgxs build
28-
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a)
28+
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a) $(wildcard ../../src/pl/plpython/libplpython*.a)
2929
endif
3030

3131
REGRESS_OPTS += --load-extension=ltree

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/tonybelloni/postgres/commit/736c1f238b3eeaf0f1cecf1753eb5194367fbad9

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy