summaryrefslogtreecommitdiff
path: root/package/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-31 15:32:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-31 15:32:10 +0100
commit69f8e5c7f61a46b79a3a75036d8cfe86830023c1 (patch)
treea58988b85efb6635d7fbd0c5afaa62beae8b22bc /package/gdb
parent0551a2054198f2d8041bba5e10ff000905ee6a70 (diff)
parent480d62de9c308ee91711a980cd9d51e3e2806cef (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index c70345891..86152fced 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -6,8 +6,8 @@ include ${TOPDIR}/toolchain/gdb/Makefile.inc
PKG_DESCR:= GNU debugger
PKG_SECTION:= comp
-PKG_DEPENDS:= libthread-db libncurses
-PKG_BUILDDEP+= ncurses readline
+PKG_DEPENDS:= libthread-db libncurses libiconv
+PKG_BUILDDEP+= ncurses readline libiconv
PKG_TARGET_DEPENDS:= !foxboard !ag241
include ${TOPDIR}/mk/package.mk