summaryrefslogtreecommitdiffstats
path: root/package/ncurses/ncurses.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-26 09:21:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-30 19:10:48 +0200
commitea479450da0017827760f895758d2ccd1fc8d684 (patch)
tree5755fd7738feb2c9f85ff3bc94e5ff8f7fd2592a /package/ncurses/ncurses.mk
parent0018ec74bda9987f4f8ee56dd8e888d4009eb585 (diff)
downloadbuildroot-novena-ea479450da0017827760f895758d2ccd1fc8d684.tar.gz
buildroot-novena-ea479450da0017827760f895758d2ccd1fc8d684.zip
ncurses: bump to 5.9
Bumping to 5.9 has two nice side-effects: * It builds fine on noMMU architectures such as Blackfin, which will fix build failures like http://autobuild.buildroot.org/results/cf3e6a95c82b60d63da041293db576a8f21f9136/build-end.log. * It installs a pkg-config file, which will allow gpsd to find ncurses properly, without the need to use ncurses5-config, which means we can get rid of one of our gpsd patches. Thanks to Mike Frysinger for pointing the new --enable-pc-files option. After this bump, I build tested a large number of the ncurses reverse dependencies we have in Buildroot, and they all built fine. Thanks to Gustavo Zacarias for the investigation on why ncurses 5.9 why segfaulting: it turned out to be caused by the --enable-broken-linker configure option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ncurses/ncurses.mk')
-rw-r--r--package/ncurses/ncurses.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 72a803043..d82399621 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -23,7 +23,7 @@
# USA
# TARGETS
-NCURSES_VERSION = 5.7
+NCURSES_VERSION = 5.9
NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
NCURSES_INSTALL_STAGING = YES
NCURSES_DEPENDENCIES = host-ncurses
@@ -38,10 +38,11 @@ NCURSES_CONF_OPT = \
--disable-big-core \
--without-profile \
--disable-rpath \
+ --disable-rpath-hack \
--enable-echo \
--enable-const \
--enable-overwrite \
- --enable-broken_linker
+ --enable-pc-files
ifneq ($(BR2_ENABLE_DEBUG),y)
NCURSES_CONF_OPT += --without-debug