commit | 3a21d9c7bb4d58cccd2152e319daa8f8ffa2e664 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 20:26:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 20:26:20 2018 +0200 |
tree | 1e6f1e24259c940e428151ef65a3f07661ee1b72 | |
parent | 164268d4cf84fa0efd984fddbef4a41366aabd46 [diff] [blame] |
patch 8.0.1692: Python may not work when using statically linked library Problem: Python may not work when using statically linked library . Solution: Do not define PYTHON_HOME and PYTHON3_HOME in configure if the Python library is linked statically.
diff --git a/src/version.c b/src/version.c index 8e446d9..6a8cd23 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1692, +/**/ 1691, /**/ 1690,