소스 검색

Use expat with gdb as otherwise gdbserver didn't work

@upstream
dir 6 년 전
부모
커밋
450643b424
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/gdb/Makefile

+ 1 - 0
package/gdb/Makefile

@@ -29,6 +29,7 @@ CONFIGURE_ARGS+=	--enable-static \
 			--disable-gdbtk \
 			--disable-gdbserver \
 			--without-x \
+			--with-expat \
 			--disable-sim \
 			--disable-plugins \
 			--disable-werror \