summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-03-10 14:25:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-03-10 14:25:42 (GMT)
commita209aff68c0d28cfe3b1eecb11fe877dbe6c6863 (patch)
tree407d2cc534da830d6462f3ca194b755f73df5b79
parent59b1adc539a79046261fff9a9e7e7c1001d759af (diff)
parent04b26366bfd9564c3c86e008213fd452ee42127f (diff)
downloadmxe-a209aff68c0d28cfe3b1eecb11fe877dbe6c6863.zip
mxe-a209aff68c0d28cfe3b1eecb11fe877dbe6c6863.tar.gz
mxe-a209aff68c0d28cfe3b1eecb11fe877dbe6c6863.tar.bz2
Merge pull request #341 from mabrand/fix-gdb
package gdb: fix undefined symbols in bundled readline
-rw-r--r--src/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdb.mk b/src/gdb.mk
index 8df0a57..b11756e 100644
--- a/src/gdb.mk
+++ b/src/gdb.mk
@@ -8,7 +8,7 @@ $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION)
$(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.cs.tu-berlin.de/pub/gnu/$(PKG)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc expat libiconv ncurses zlib
+$(PKG)_DEPS := gcc expat libiconv pdcurses zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://ftp.gnu.org/gnu/gdb/?C=M;O=D' | \