mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Fix ncurses compilation due to wchar_t
This commit is contained in:
parent
c7298d1bca
commit
c80df6a9e5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user