From c80df6a9e54bc3d43b7e1e9371407ca241e4b872 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 9 Apr 2026 06:40:49 +0700 Subject: [PATCH] Fix ncurses compilation due to wchar_t --- recipes/libs/ncurses/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/libs/ncurses/recipe.toml b/recipes/libs/ncurses/recipe.toml index a3c7802e0..c4135c609 100644 --- a/recipes/libs/ncurses/recipe.toml +++ b/recipes/libs/ncurses/recipe.toml @@ -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