Skip to content

Commit

Permalink
gdb: Do not link against xxhash
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hauke authored and aiamadeus committed Dec 18, 2022
1 parent b533cb3 commit 61c54ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/devel/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CONFIGURE_ARGS+= \
--without-mpc \
--without-mpfr \
--without-isl \
--without-xxhash \
--with-libgmp-prefix=$(STAGING_DIR)/usr

CONFIGURE_VARS+= \
Expand Down

0 comments on commit 61c54ee

Please sign in to comment.