- Make Perl support dynamic bsc#804070
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=271
This commit is contained in:
parent
da796f1edd
commit
940865c1a9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 12:02:06 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Make Perl support dynamic bsc#804070
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 09:06:09 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
4
vim.spec
4
vim.spec
@ -143,8 +143,6 @@ Obsoletes: gvim-enhanced < %{version}-%{release}
|
||||
Provides: gvim_client
|
||||
Provides: vi
|
||||
Provides: vim_client
|
||||
%{perl_requires}
|
||||
%{?libperl_requires}
|
||||
|
||||
%description -n gvim
|
||||
Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed.
|
||||
@ -196,7 +194,7 @@ export COMMON_OPTIONS="\
|
||||
%endif
|
||||
--with-global-runtime=%{site_runtimepath} \
|
||||
--enable-luainterp=dynamic \
|
||||
--enable-perlinterp=yes \
|
||||
--enable-perlinterp=dynamic \
|
||||
--enable-pythoninterp=dynamic \
|
||||
--enable-python3interp=dynamic \
|
||||
--enable-rubyinterp=dynamic"
|
||||
|
Loading…
Reference in New Issue
Block a user