Ver código fonte

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 anos atrás
pai
commit
990e8e9cfe
1 arquivos alterados com 1 adições e 0 exclusões
  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: