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/gdb need more includes and libraries.



details:   https://anonhg.NetBSD.org/src/rev/8f6e39faee18
branches:  trunk
changeset: 790322:8f6e39faee18
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 03 18:06:11 2013 +0000

description:
need more includes and libraries.

diffstat:

 external/gpl3/gdb/bin/gdb/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 3d69367b55fd -r 8f6e39faee18 external/gpl3/gdb/bin/gdb/Makefile
--- a/external/gpl3/gdb/bin/gdb/Makefile        Thu Oct 03 18:05:48 2013 +0000
+++ b/external/gpl3/gdb/bin/gdb/Makefile        Thu Oct 03 18:06:11 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2013/08/04 23:41:43 matt Exp $
+#      $NetBSD: Makefile,v 1.7 2013/10/03 18:06:11 christos Exp $
 
 .include <bsd.own.mk>
 .include "../Makefile.inc"
@@ -12,6 +12,7 @@
 CPPFLAGS+=     -I${.CURDIR} \
                -I${GDBARCHDIR} \
                -I${DIST}/gdb \
+               -I${DIST}/gdb/common \
                -I${DIST}/gdb/config \
                -I${DIST}/include/opcode \
                -I${DIST} \
@@ -80,8 +81,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