浏览代码

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: