Try w/o database.

This commit is contained in:
Nicholas Marriott 2020-05-03 12:12:47 +01:00
parent b203f7f19f
commit 1cfa6b0d5c

View File

@ -27,6 +27,8 @@ tar -zxf ncurses-*.tar.gz || exit 1
--without-progs \
--without-tests \
--without-tack \
--disable-database \
--with-fallbacks=ansi \
--enable-pc-files \
--with-pkg-config-libdir=$BUILD/lib/pkgconfig &&
make && make install) || exit 1