From 61c54ee5630faad0e1acf81bc7c2059858c67879 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 17 Dec 2022 22:10:39 +0100 Subject: [PATCH] gdb: Do not link against xxhash libxxhash is now available in the OpenWrt package feed and gdb will link against it if gdb finds this library. Explicitly deactivate the usage of xxhash. This should fix the build of gdb in build bots. Signed-off-by: Hauke Mehrtens --- package/devel/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index 7acf26d60..1b059dcc5 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+= \