diff options
Diffstat (limited to 'package/devel')
-rw-r--r-- | package/devel/gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index 7acf26d60b..1b059dcc50 100644 --- a/package/devel/gdb/Makefile +++ b/package/devel/gdb/Makefile @@ -66,6 +66,7 @@ CONFIGURE_ARGS+= \ --without-mpc \ --without-mpfr \ --without-isl \ + --without-xxhash \ --with-libgmp-prefix=$(STAGING_DIR)/usr CONFIGURE_VARS+= \ |