Skip to content
Snippets Groups Projects
Commit f0634ee3 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

gdb: depend on zlib if zlib is selected


gdb can read debug informations in produced binaries with compressed debug sections if gdb is compiled with `zlib'.

Signed-off-by: default avatarJiri Slachta <slachta@cesnet.cz>

SVN-Revision: 34007
parent fc3939a9
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@!(avr32||cris) +libthread-db
DEPENDS:=@!(avr32||cris) +libthread-db +PACKAGE_zlib:zlib
URL:=http://www.gnu.org/software/gdb/
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment