projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558aa1f
)
gdb: Do not link against xxhash
author
Hauke Mehrtens
<
[email protected]
>
Sat, 17 Dec 2022 21:10:39 +0000
(22:10 +0100)
committer
Petr Štetiar
<
[email protected]
>
Mon, 2 Jan 2023 17:51:17 +0000
(18:51 +0100)
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]
>
(cherry picked from commit
a442974cfa89c7182c37b3b422b2d49319e2b339
)
package/devel/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/gdb/Makefile
b/package/devel/gdb/Makefile
index dd1df7af8551f9f2c177b8f06b090c446c78e2a1..5add65a82a59f75457cedc9829d481b9713178c9 100644
(file)
--- 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+= \