2020-03-31 16:30:46 +02:00
|
|
|
Index: vim-8.2.0348/src/configure.ac
|
2015-03-24 12:49:00 +01:00
|
|
|
===================================================================
|
2020-03-31 16:30:46 +02:00
|
|
|
--- vim-8.2.0348.orig/src/configure.ac
|
|
|
|
+++ vim-8.2.0348/src/configure.ac
|
|
|
|
@@ -1267,7 +1267,7 @@ eof
|
2018-05-23 14:03:50 +02:00
|
|
|
vi_cv_path_python_plibs="-F${python_PYTHONFRAMEWORKPREFIX} -framework Python"
|
2011-11-06 09:57:45 +01:00
|
|
|
fi
|
2018-05-23 14:03:50 +02:00
|
|
|
else
|
|
|
|
- vi_cv_path_python_plibs="-L${PYTHON_CONFDIR} -lpython${vi_cv_var_python_version}"
|
|
|
|
+ vi_cv_path_python_plibs="-lpython${vi_cv_var_python_version}"
|
2015-03-24 12:49:00 +01:00
|
|
|
dnl -- Check if the path contained in python_LINKFORSHARED is
|
|
|
|
dnl usable for vim build. If not, make and try other
|
2018-05-23 14:03:50 +02:00
|
|
|
dnl candidates.
|