Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb force libexpat since the autoconfig test are not c...
details: https://anonhg.NetBSD.org/src/rev/c7bc543fc387
branches: trunk
changeset: 999455:c7bc543fc387
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 02 23:28:32 2019 +0000
description:
force libexpat since the autoconfig test are not cross-compile friendly
(they try to link with /usr/lib/libexpat.so in the compiler invocation).
diffstat:
tools/gdb/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 676e2c65315a -r c7bc543fc387 tools/gdb/Makefile
--- a/tools/gdb/Makefile Sun Jun 02 23:27:19 2019 +0000
+++ b/tools/gdb/Makefile Sun Jun 02 23:28:32 2019 +0000
@@ -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 @@
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 \
Home |
Main Index |
Thread Index |
Old Index