summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2023-02-03 13:40:19 +0100
committerAxel Beckert <abe@deuxchevaux.org>2023-02-03 15:24:53 +0100
commit76a48d6c26ba86f46bee2901372e3106ea93a0fb (patch)
tree2c7037564b1f1ffdeafbaebde98c8375d13e1198
parent6d9a85bbd218010318d3591f581c6c301ca0ed21 (diff)
downloadzsh-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
-rwxr-xr-xdebian/rules1
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