gdbm: configure with `--without-readline`
authorAlois Klink <redacted>
Wed, 26 Oct 2022 11:59:07 +0000 (12:59 +0100)
committerRosen Penev <redacted>
Thu, 27 Oct 2022 19:04:00 +0000 (12:04 -0700)
commit4eff6c57c12554e508781726217fb3dbed4e8279
tree071cdc5434a399d8083c62f9f897c62f13ecd868
parent314a4c730099be123405285d6d158149c842a974
gdbm: configure with `--without-readline`

By default, gdbm configures/builds with readline and curses support
if they exist.

This can cause race conditions when compiling gdbm and ncurses in
parallel, as gdbm may try to link to ncurses when it doesn't exist.

This commit forces gdbm to skip using readline/ncurses, since it's
unlikely that anybody is using the line-editing feature of gdbm.

See [gdbm's README][1] for more info.

[1]: https://git.gnu.org.ua/gdbm.git/tree/README?h=v1.21#n50

Signed-off-by: Alois Klink <redacted>
libs/gdbm/Makefile
git clone https://git.99rst.org/PROJECT