From: Andrew Dunstan Date: Tue, 1 Mar 2011 02:31:39 +0000 (-0500) Subject: Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b. X-Git-Tag: REL9_1_ALPHA4~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57e9bda5ec6a032e1e6d51dad5e534a11669c6bf;p=thirdparty%2Fpostgresql.git Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b. --- diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 8e3ebddf73a..e6b6ed3ca52 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -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)