summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitsuya Shibata <mty.shibata@gmail.com>2011-10-12 18:51:36 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2011-10-14 19:22:59 +0200
commit1e111f71659b5ab4678fbc602bf144ced13c9044 (patch)
tree4ca58ebaf7139be8498ea59be468458874aff024
parentfbaba904b5374b3a8661d0fb02fd167ec9f5dc73 (diff)
downloadzsh-1e111f71659b5ab4678fbc602bf144ced13c9044.tar.gz
zsh-1e111f71659b5ab4678fbc602bf144ced13c9044.zip
Add "tinfo" to --with-term-lib flag (Closes: #645112)
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2e451727f..1257c767c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ CONFIGFLAGS += --enable-max-jobtable-size=256 --enable-etcdir=/etc/$(package)
CONFIGFLAGS += --enable-function-subdirs
CONFIGFLAGS += --enable-site-fndir=/usr/local/share/$(package)/site-functions
CONFIGFLAGS += --enable-fndir=/usr/share/$(package)/functions
-CONFIGFLAGS += --with-tcsetpgrp --with-term-lib="ncursesw"
+CONFIGFLAGS += --with-tcsetpgrp --with-term-lib="ncursesw tinfo"
CONFIGFLAGS += --enable-cap --enable-pcre
CONFIGFLAGS += --enable-readnullcmd=pager
CONFIGFLAGS += --enable-custom-patchlevel=Debian