summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-20 18:57:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-20 18:57:46 +0200
commitb2ec50ef25ae4a9703da687de598de7a6b18cc8b (patch)
tree80557c173ab54a96902c75033a3813ee96e9c3c3 /package
parent4ef1a744af6d9fe1ab993c19a9e58cd83c37c2f1 (diff)
fix compile issue, when python is found
Diffstat (limited to 'package')
-rw-r--r--package/gdb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index d98546426..1438ac0b7 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 libiconv
-PKG_BUILDDEP+= ncurses readline libiconv
+PKG_DEPENDS:= libthread-db libncurses libiconv libexpat
+PKG_BUILDDEP+= ncurses readline libiconv expat
PKG_TARGET_DEPENDS:= !foxboard !ag241
PKG_NOPARALLEL:= 1
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --without-uiout --enable-gdbmi \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext --disable-sim \
--enable-threads --with-curses --disable-werror \
- --enable-static
+ --enable-static --without-python
XAKE_FLAGS+= LDFLAGS='${TLDFLAGS}'
post-install: