summaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-12-17 22:10:39 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-12-17 22:34:44 +0100
commita442974cfa89c7182c37b3b422b2d49319e2b339 (patch)
tree5ddca43f163cf83246bde44b2a70047b730610e3 /package/devel
parentd9566d059c41e4ff491cfdda6721223f69821340 (diff)
downloadopenwrt-a442974cfa89c7182c37b3b422b2d49319e2b339.tar.gz
openwrt-a442974cfa89c7182c37b3b422b2d49319e2b339.tar.bz2
openwrt-a442974cfa89c7182c37b3b422b2d49319e2b339.zip
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 <hauke@hauke-m.de>
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/gdb/Makefile1
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+= \