Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/bin/gdbtui need more libraries and directo...
details: https://anonhg.NetBSD.org/src/rev/c17047fb8b2b
branches: trunk
changeset: 790320:c17047fb8b2b
user: christos <christos%NetBSD.org@localhost>
date: Thu Oct 03 18:05:27 2013 +0000
description:
need more libraries and directories
diffstat:
external/gpl3/gdb/bin/gdbtui/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r a70ac8f22452 -r c17047fb8b2b external/gpl3/gdb/bin/gdbtui/Makefile
--- a/external/gpl3/gdb/bin/gdbtui/Makefile Thu Oct 03 15:43:18 2013 +0000
+++ b/external/gpl3/gdb/bin/gdbtui/Makefile Thu Oct 03 18:05:27 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/08/04 23:41:43 matt Exp $
+# $NetBSD: Makefile,v 1.5 2013/10/03 18:05:27 christos Exp $
.include "../Makefile.inc"
@@ -11,6 +11,7 @@
CPPFLAGS+= -I${.CURDIR} \
-I${GDBARCHDIR} \
-I${DIST}/gdb \
+ -I${DIST}/gdb/common \
-I${DIST}/gdb/config \
-I${DIST}/include/opcode \
-I${DIST} \
@@ -66,8 +67,8 @@
${LIBTERMINFO} \
${LIBIBERTYDIR}/libiberty.a
-LDADD+= -lz -lcurses -lintl -lm -lkvm
-DPADD+= ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM}
+LDADD+= -lexpat -llzma -lz -lcurses -lintl -lm -lkvm
+DPADD+= ${LIBEXPAT} ${LIBLZMA} ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM}
LDADD+= -lpthread_dbg
Home |
Main Index |
Thread Index |
Old Index