diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2023-02-03 13:40:19 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2023-02-03 15:24:53 +0100 |
commit | 76a48d6c26ba86f46bee2901372e3106ea93a0fb (patch) | |
tree | 2c7037564b1f1ffdeafbaebde98c8375d13e1198 /debian | |
parent | 6d9a85bbd218010318d3591f581c6c301ca0ed21 (diff) | |
download | zsh-76a48d6c26ba86f46bee2901372e3106ea93a0fb.tar.gz zsh-76a48d6c26ba86f46bee2901372e3106ea93a0fb.zip |
Enable gdbm module to be build again, this time via --enable-gdbm
Thanks: AndrĂ¡s Korn for reporting this regression.
Closes: 1030349
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 |