From 2797f3d80e0576b3aed82096a4e983a94b6584d1 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 21 Dec 2013 00:36:32 +0900 Subject: [PATCH] Update README about `PYTHON_PATCH_PATH`. --- plugins/python-build/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/python-build/README.md b/plugins/python-build/README.md index c9dcf425..1044db64 100644 --- a/plugins/python-build/README.md +++ b/plugins/python-build/README.md @@ -104,6 +104,10 @@ process. * `PYTHON_CONFIGURE_OPTS` and `PYTHON_MAKE_OPTS` allow you to specify configure and make options for buildling CPython. These variables will be passed to Python only, not any dependent packages (e.g. libyaml). +* `PYTHON_PATCH_PATH` allows you to specify a directory that contains + the patches for building CPython. All patches should be created + as same strip number (default `-p0`). `PYTHON_PATCH_OPTS` allows + you to override the options for `patch`. ### Checksum verification