Skip to content

Commit

Permalink
gdb: Add missing dependency libzstd
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Egorenkov <[email protected]>
  • Loading branch information
egorenar committed Nov 12, 2023
1 parent 53b8c92 commit 80ff0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/devel/gdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endef
define Package/gdb
$(call Package/gdb/Default)
TITLE:=GNU Debugger
DEPENDS+=+libreadline +libncurses +zlib +libgmp
DEPENDS+=+libreadline +libncurses +zlib +libgmp +libzstd
endef

define Package/gdb/description
Expand Down

0 comments on commit 80ff0b7

Please sign in to comment.