diff options
-rw-r--r-- | package/gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 1bb3920a8..97a4ffbc9 100644 --- a/package/gdb/Makefile +++ b/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: |