mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03: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.
|
# 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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user