[vim] 16/20: Enable terminal everywhere except vim-tiny

James McCoy jamessan at debian.org
Sun Aug 13 20:08:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 716adb928ab05fcb495868837bd4f511b1f16f27
Author: James McCoy <jamessan at debian.org>
Date:   Sun Aug 13 12:38:00 2017 -0400

    Enable terminal everywhere except vim-tiny
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index c37bbc1..898d673 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,7 @@ TINYFLAGS+=--disable-gpm
 TINYFLAGS+=--enable-nls
 TINYFLAGS+=--enable-multibyte
 TINYFLAGS+=--enable-acl
+TINYFLAGS+=--disable-terminal
 
 OPTFLAGS:=--enable-cscope
 ifeq ($(DEB_HOST_ARCH_OS),linux)
@@ -47,6 +48,7 @@ endif
 OPTFLAGS+=--with-features=huge
 OPTFLAGS+=--enable-multibyte
 OPTFLAGS+=--enable-acl
+OPTFLAGS+=--enable-terminal
 
 NOXFLAGS:=--without-x
 NOXFLAGS+=--enable-gui=no

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list