mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
This commit is contained in:
parent
92c30fd2ed
commit
57e9bda5ec
@ -32,7 +32,7 @@ endif
|
||||
# to work without, we have to skip it.
|
||||
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user