Module Name: src
Committed By: christos
Date: Sun Jun 2 23:28:32 UTC 2019
Modified Files:
src/tools/gdb: Makefile
Log Message:
force libexpat since the autoconfig test are not cross-compile friendly
(they try to link with /usr/lib/libexpat.so in the compiler invocation).
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/tools/gdb/Makefile:1.38
--- src/tools/gdb/Makefile:1.37 Sat Jun 1 13:02:59 2019
+++ src/tools/gdb/Makefile Sun Jun 2 19:28:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/06/01 17:02:59 christos Exp $
+# $NetBSD: Makefile,v 1.38 2019/06/02 23:28:32 christos Exp $
.include <bsd.hostinit.mk>
@@ -60,6 +60,8 @@ MKNATIVE_CONFIGURE_PRESET= \
ac_cv_prog_cc_cross=yes \
ac_cv_func_fork_works=yes \
ac_cv_func_strcoll_works=yes \
+ ac_cv_func_XML_StopParser=yes \
+ ac_cv_libexpat=yes \
bash_cv_func_ctype_nonascii=yes \
bash_cv_func_sigsetjmp=present \
bash_cv_func_strcoll_broken=no \