Fix ncurses compilation due to wchar_t

This commit is contained in:
Wildan M 2026-04-09 06:40:49 +07:00
parent c7298d1bca
commit c80df6a9e5
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -12,10 +12,11 @@ DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-db-install
--disable-stripping
--disable-widec
--enable-pc-files
--without-ada
--without-manpages
--without-tests
--enable-pc-files
--with-terminfo-dirs=/usr/share/terminfo
--with-pkg-config-libdir=/usr/lib/pkgconfig
cf_cv_func_mkstemp=yes