mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 01:31:07 +00:00
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: Jiri Slachta <slachta@cesnet.cz> SVN-Revision: 34007
This commit is contained in:
parent
fc3939a996
commit
f0634ee32b
@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/gdb/Default
|
define Package/gdb/Default
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@!(avr32||cris) +libthread-db
|
DEPENDS:=@!(avr32||cris) +libthread-db +PACKAGE_zlib:zlib
|
||||||
URL:=http://www.gnu.org/software/gdb/
|
URL:=http://www.gnu.org/software/gdb/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user