diff options
author | Mitsuya Shibata <mty.shibata@gmail.com> | 2011-10-12 18:51:36 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-10-14 19:22:59 +0200 |
commit | 1e111f71659b5ab4678fbc602bf144ced13c9044 (patch) | |
tree | 4ca58ebaf7139be8498ea59be468458874aff024 | |
parent | fbaba904b5374b3a8661d0fb02fd167ec9f5dc73 (diff) | |
download | zsh-1e111f71659b5ab4678fbc602bf144ced13c9044.tar.gz zsh-1e111f71659b5ab4678fbc602bf144ced13c9044.zip |
Add "tinfo" to --with-term-lib flag (Closes: #645112)
-rwxr-xr-x | debian/rules | 2 |
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 |