mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
devel/gdb: Disable libzstd explicitly
New gdb has got libzstd support, and libzstd gets detected
at buildbot build. Explicitly disable it to avoid dependency.
Fixes: f79de8ec65
("gdb: Update to 13.2")
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
e927456ec3
commit
5ddebb5fd9
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=gdb
|
PKG_NAME:=gdb
|
||||||
PKG_VERSION:=13.2
|
PKG_VERSION:=13.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@GNU/gdb
|
PKG_SOURCE_URL:=@GNU/gdb
|
||||||
@ -58,6 +58,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--with-system-zlib \
|
--with-system-zlib \
|
||||||
--without-expat \
|
--without-expat \
|
||||||
--without-lzma \
|
--without-lzma \
|
||||||
|
--without-zstd \
|
||||||
--disable-unit-tests \
|
--disable-unit-tests \
|
||||||
--disable-ubsan \
|
--disable-ubsan \
|
||||||
--disable-sim \
|
--disable-sim \
|
||||||
|
Loading…
Reference in New Issue
Block a user