mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
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.
This commit is contained in:
parent
b1b6671722
commit
736c1f238b
@ -25,7 +25,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(PORTNAME), win32)
|
ifeq ($(PORTNAME), win32)
|
||||||
# This means we need an in-tree build on Windows, not a pgxs build
|
# This means we need an in-tree build on Windows, not a pgxs build
|
||||||
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a)
|
SHLIB_LINK += $(wildcard ../../src/pl/plpython/libpython*.a) $(wildcard ../../src/pl/plpython/libplpython*.a)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
REGRESS_OPTS += --load-extension=ltree
|
REGRESS_OPTS += --load-extension=ltree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user