diff options
-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 |