diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 37eb8380e..2f7dfb125 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ CONFIGFLAGS += --enable-site-fndir=/usr/local/share/zsh/site-functions CONFIGFLAGS += --enable-fndir=/usr/share/zsh/functions CONFIGFLAGS += --enable-runhelpdir=/usr/share/zsh/help CONFIGFLAGS += --with-tcsetpgrp +CONFIGFLAGS += --enable-gdbm CONFIGFLAGS += --with-term-lib="ncursesw tinfo" CONFIGFLAGS += --enable-cap --enable-pcre CONFIGFLAGS += --enable-readnullcmd=pager |