- Link to perl directly instead of dlopen'ing it.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=370
This commit is contained in:
Ismail Dönmez 2016-06-03 18:55:17 +00:00 committed by Git OBS Bridge
parent 79053c4a8d
commit b31d792357
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 3 18:54:57 UTC 2016 - idonmez@suse.com
- Link to perl directly instead of dlopen'ing it.
-------------------------------------------------------------------
Fri Jun 3 15:38:50 UTC 2016 - crrodriguez@opensuse.org

View File

@ -187,7 +187,7 @@ export COMMON_OPTIONS="\
%endif
--with-global-runtime=%{site_runtimepath} \
--enable-luainterp=dynamic \
--enable-perlinterp=dynamic \
--enable-perlinterp=yes \
--enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
--enable-rubyinterp=dynamic"