From e26d9f53d8a409f6959935e2d96d6820a4144cb8 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 18 Aug 2023 08:35:21 +0200 Subject: [PATCH] package/host-gdb: disable source-highlight This is the follow-up commit to the 4de60e4 which disables sourcehighlight dependency for the target GDB package. Do the same for the host variant to be sure that this won't be picked up from the host system. Signed-off-by: Bartosz Bilas Signed-off-by: Yann E. MORIN (cherry picked from commit 9ba399a3ddfc3129c5334c558b52665053a932cb) Signed-off-by: Peter Korsgaard --- package/gdb/gdb.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index cee7b37bcd..2759521a3c 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -255,6 +255,7 @@ HOST_GDB_CONF_OPTS = \ --with-system-zlib \ --with-curses \ --without-mpfr \ + --disable-source-highlight \ $(GDB_DISABLE_BINUTILS_CONF_OPTS) ifeq ($(BR2_PACKAGE_HOST_GDB_TUI),y)