Browse Source

add dependency to libiconv

Waldemar Brodkorb 14 years ago
parent
commit
6e27dc61a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/gdb/Makefile

+ 2 - 2
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