build: build gdb with tui mode enabled

This was acheived by forcing gdb to use our own static libncurses
This commit is contained in:
Guy Shimko
2024-11-09 14:37:08 +02:00
parent a962fbb441
commit d55a31bb5e
2 changed files with 65 additions and 1 deletions

View File

@ -14,6 +14,7 @@ RUN apt update && apt install -y \
gcc-mips-linux-gnu \
gcc-mipsel-linux-gnu \
gcc-powerpc-linux-gnu \
libncurses-dev \
m4 \
make \
patch \