Преглед на файлове

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 преди 2 години
родител
ревизия
990e8e9cfe
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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: