Sync from SUSE:ALP:Source:Standard:1.0 vim revision 654cdc4a60b3d9c54219036aba839b48

This commit is contained in:
2023-10-11 09:16:58 +02:00
commit b1749489f7
43 changed files with 19937 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: vim-8.2.2411/src/configure.ac
===================================================================
--- vim-8.2.2411.orig/src/configure.ac
+++ vim-8.2.2411/src/configure.ac
@@ -1289,7 +1289,7 @@ eof
vi_cv_path_python_plibs="-F${python_PYTHONFRAMEWORKPREFIX} -framework Python"
fi
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}"
dnl -- Check if the path contained in python_LINKFORSHARED is
dnl usable for vim build. If not, make and try other
dnl candidates.