summaryrefslogtreecommitdiffstats
path: root/package/devel
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-30 00:45:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-30 00:45:51 +0000
commit550a8ae8a930637a6585d5acc59e430a6f513f50 (patch)
tree7d8379b8a48d83ece6b008c9a14bde1d8bf90859 /package/devel
parent046b8c1fff0602623df0611f725b4763cd45b9e5 (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34007 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile
index 50d12fcbf..57616d5cd 100644
--- a/package/devel/gdb/Makefile
+++ b/package/devel/gdb/Makefile
@@ -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