1
0
Fork 0

Building vim-gtk3 without ruby.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:24:37 +02:00
parent e0c6cf957e
commit 91dd3989aa
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

13
debian/rules vendored
View file

@ -24,17 +24,8 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
endif
ifneq (,$(filter pkg.vim.noruby,$(DEB_BUILD_PROFILES)))
RUBY_SUBSTVARS = -Vvim:Ruby-Provides= -Vvim:Ruby-Desc=
RUBY_CFGFLAGS = --disable-ruby
else ifneq (,$(filter alpha ia64,$(DEB_HOST_ARCH)))
# Disable ruby on these architectures at the request of porters (c.f., #983308)
RUBY_SUBSTVARS = -Vvim:Ruby-Provides= -Vvim:Ruby-Desc=
RUBY_CFGFLAGS = --disable-rubyinterp
else
RUBY_SUBSTVARS = -Vvim:Ruby-Provides='vim-ruby (= $${binary:Version})' -Vvim:Ruby-Desc=' Ruby,'
RUBY_CFGFLAGS = --enable-rubyinterp
endif
RUBY_SUBSTVARS = -Vvim:Ruby-Provides= -Vvim:Ruby-Desc=
RUBY_CFGFLAGS = --disable-ruby
# Set to TEST_SKIP_PAT=<vim pattern> to exclude running tests matching the pattern
EXCLUDE_PAT = TEST_SKIP_PAT='Test_crash1\|glvs'