Issue #15819: Merge include search from 3.6

This commit is contained in:
Martin Panter 2016-09-13 13:04:41 +00:00
commit 24e564d48e
2 changed files with 7 additions and 1 deletions

View file

@ -94,7 +94,7 @@ PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST)
# Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to
# be able to build extension modules using the directories specified in the
# environment variables
PY_CPPFLAGS= $(BASECPPFLAGS) -I. -IInclude -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
PY_LDFLAGS= $(CONFIGURE_LDFLAGS) $(LDFLAGS)
NO_AS_NEEDED= @NO_AS_NEEDED@
LDLAST= @LDLAST@

View file

@ -13,6 +13,12 @@ Core and Builtins
Library
-------
Build
-----
- Issue #15819: Remove redundant include search directory option for building
outside the source tree.
Tools/Demos
-----------