Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gdb --disable-nls does not work in gdb subdir, so add ...



details:   https://anonhg.NetBSD.org/src/rev/160fba5f90a3
branches:  trunk
changeset: 825142:160fba5f90a3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jul 01 12:23:09 2017 +0000

description:
--disable-nls does not work in gdb subdir, so add am_cv_func_iconv=no to
configure env. Fixes build on FreeBSD.

diffstat:

 tools/gdb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 40e323728803 -r 160fba5f90a3 tools/gdb/Makefile
--- a/tools/gdb/Makefile        Sat Jul 01 10:44:42 2017 +0000
+++ b/tools/gdb/Makefile        Sat Jul 01 12:23:09 2017 +0000
@@ -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 @@
        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.



Home | Main Index | Thread Index | Old Index