mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 15:28:55 +00:00
ncurses: Pass --disable-widec to configure
The default for wide char support has changed in ncurses-6.5. This causes build failures for gdb. Pass --disable-widec to prevent the build errors. Fixes #2292, #2294 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
64e6c96532
commit
5a11188bd0
@ -133,6 +133,8 @@ do_ncurses_backend() {
|
||||
esac
|
||||
done
|
||||
|
||||
ncurses_opts+=("--disable-widec")
|
||||
|
||||
if [ "${CT_NCURSES_NEW_ABI}" != "y" ]; then
|
||||
ncurses_opts+=("--with-abi-version=5")
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user