From 990e8e9cfecf72c63d9e6c6d0f6ed28831cf5477 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 29 Oct 2021 23:30:41 +0200 Subject: gdb: Fix libexpat search path Configure searches libexpat in host's rootfs and consequently fails. Signed-off-by: Phil Sutter --- package/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 1bb3920a8..97a4ffbc9 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -43,6 +43,7 @@ CONFIGURE_ARGS+= --enable-static \ --with-system-zlib \ --with-system-readline \ --with-curses \ + --with-libexpat-prefix="${STAGING_TARGET_DIR}/usr" \ --enable-gdbmi gdb-install: -- cgit v1.2.3