ncurses: fix build failure with ncurses 6.1
authorAdam Duskett <aduskett@gmail.com>
Tue, 6 Feb 2018 17:40:35 +0000 (12:40 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 8 Feb 2018 21:21:10 +0000 (22:21 +0100)
Ncurses 6.1 introduced the config option --disable-stripping which is
set to no by default.

Set this option to ensure that ncurses doesn't try to strip the
executables.

Fixes:

  http://autobuild.buildroot.net/results/3a5ddfcf7cd3a5c2bc068e3e33c823d6bcd3e79b

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ncurses/ncurses.mk

index eccfbecb8b5c7c86fe31cb13222af9e37743b392..90cf4a4dc5bcdbf5bee92faace8fe43efa83ba34 100644 (file)
@@ -25,6 +25,7 @@ NCURSES_CONF_OPTS = \
        --enable-const \
        --enable-overwrite \
        --enable-pc-files \
+       --disable-stripping \
        --with-pkg-config-libdir="/usr/lib/pkgconfig" \
        $(if $(BR2_PACKAGE_NCURSES_TARGET_PROGS),,--without-progs) \
        --without-manpages