--disable-nls does not work in gdb subdir, so add am_cv_func_iconv=no to

configure env. Fixes build on FreeBSD.
This commit is contained in:
jmcneill 2017-07-01 12:23:09 +00:00
parent 0d77f0b10f
commit 055f044508

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2016/10/16 04:37:42 mrg Exp $
# $NetBSD: Makefile,v 1.31 2017/07/01 12:23:09 jmcneill Exp $
.include <bsd.own.mk>
@ -43,6 +43,8 @@ MKNATIVE_CONFIGURE_PRESET= \
bash_cv_func_strcoll_broken=no \
bash_cv_must_reinstall_sighandlers=no
CONFIGURE_ENV+= am_cv_func_iconv=no
# Recent versions of Solaris have ncurses, but they hide the lib in an
# odd directory. Prevent configure from finding the ncurses headers,
# Solaris curses is sufficient.