buildrootschalter/package/python3
Peter Korsgaard fbb8cbfdf4 python3: add patch to fix --includes / --ldflags output of python3-config
The build/real prefix handling using sed breaks if build != real and the
standard include / lib directories are used ($prefix/include and $prefix/lib).

E.G.

prefix_build="/usr", libdir="$prefix/lib", includedir="$prefix/include".

If this gets installed with make DESTDIR="/foo" install, then we end up with
prefix_real = prefix = "/foo/usr" as expected, but
includedir="/foo/foo/usr/include" and libdir="/foo/foo/usr/lib" because of
the double sed invocation (prefix is already expanded).  Work around it by
ensuring we only match the beginning of the string.

Submitted upstream: http://bugs.python.org/issue22907

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-11-22 19:14:11 +01:00
..
Config.in
python3-001-remove-host-header-path.patch
python3-002-properly-detect-if-python-build.patch
python3-003-sysconfigdata-install-location.patch
python3-004-old-stdlib-cache.patch
python3-005-pyc-pyo-conditional.patch
python3-006-cross-compile-getaddrinfo.patch
python3-007-disable-extensions.patch
python3-008-distutils-sysconfig-use-sysconfigdata.patch
python3-009-distutils-use-python-sysroot.patch
python3-010-no-termcap-host-path.patch
python3-011-support-library-path-old-compilers.patch
python3-012-dont-add-multiarch-path.patch
python3-013-abort-on-failed-modules.patch
python3-014-serial-ioctl-workaround.patch
python3-015-distutils-scripts-dont-adjust-shebang.patch
python3-016-distutils-no-pep3147.patch
python3-017-python-config-include-libdir.patch python3: add patch to fix --includes / --ldflags output of python3-config 2014-11-22 19:14:11 +01:00
python3-100-optional-test-modules.patch
python3-101-optional-pydoc.patch
python3-102-optional-2to3.patch
python3-103-optional-sqlite.patch
python3-104-optional-tk.patch
python3-105-optional-curses.patch
python3-106-optional-expat.patch
python3-107-optional-codecs-cjk.patch
python3-108-optional-nis.patch
python3-109-optional-unicodedata.patch
python3-110-optional-idle.patch
python3-111-optional-decimal.patch
python3.mk .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00