Module Name: src Committed By: jmcneill Date: Sat Jul 1 12:23:09 UTC 2017
Modified Files: src/tools/gdb: Makefile Log Message: --disable-nls does not work in gdb subdir, so add am_cv_func_iconv=no to configure env. Fixes build on FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/tools/gdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/gdb/Makefile diff -u src/tools/gdb/Makefile:1.30 src/tools/gdb/Makefile:1.31 --- src/tools/gdb/Makefile:1.30 Sun Oct 16 04:37:42 2016 +++ src/tools/gdb/Makefile Sat Jul 1 12:23:09 2017 @@ -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.