From 76a48d6c26ba86f46bee2901372e3106ea93a0fb Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 3 Feb 2023 13:40:19 +0100 Subject: Enable gdbm module to be build again, this time via --enable-gdbm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks: AndrĂ¡s Korn for reporting this regression. Closes: 1030349 --- debian/rules | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') 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 -- cgit v1.2.3