projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dc72c5
)
gdb: add missing zlib dependency
author
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Nov 2012 14:37:22 +0000
(14:37 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 19 Nov 2012 14:37:22 +0000
(14:37 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34256
package/devel/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/gdb/Makefile
b/package/devel/gdb/Makefile
index 57616d5cd4267b3f9f194682ac900e35713410af..fdae722bf5021f6ee2d56597b646004686fe5787 100644
(file)
--- a/
package/devel/gdb/Makefile
+++ b/
package/devel/gdb/Makefile
@@
-30,7
+30,7
@@
endef
define Package/gdb
$(call Package/gdb/Default)
TITLE:=GNU Debugger
- DEPENDS+=+libreadline +libncurses
+ DEPENDS+=+libreadline +libncurses
+zlib
endef
define Package/gdb/description