mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Unbreak vpath builds broken by commit 474a42473a
.
This commit is contained in:
@ -32,7 +32,7 @@ endif
|
|||||||
# to work without, we have to skip it.
|
# to work without, we have to skip it.
|
||||||
ifneq (,$(findstring yes, $(shared_libpython)$(allow_nonpic_in_shlib)))
|
ifneq (,$(findstring yes, $(shared_libpython)$(allow_nonpic_in_shlib)))
|
||||||
|
|
||||||
override CPPFLAGS := -I$(srcdir) $(python_includespec) $(CPPFLAGS)
|
override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS)
|
||||||
|
|
||||||
rpathdir = $(python_libdir)
|
rpathdir = $(python_libdir)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user