Quellcode durchsuchen

gdb: Fix libexpat search path

Configure searches libexpat in host's rootfs and consequently fails.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter vor 2 Jahren
Ursprung
Commit
990e8e9cfe
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      package/gdb/Makefile

+ 1 - 0
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: