Source-Changes-HG archive

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

[src/trunk]: src Hook up libproc and librtld_db into the build



details:   https://anonhg.NetBSD.org/src/rev/0ee2ebd19aac
branches:  trunk
changeset: 810825:0ee2ebd19aac
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 24 14:48:36 2015 +0000

description:
Hook up libproc and librtld_db into the build

diffstat:

 external/bsd/Makefile |  6 +++---
 lib/Makefile          |  5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r 3e4ca3485fc9 -r 0ee2ebd19aac external/bsd/Makefile
--- a/external/bsd/Makefile     Thu Sep 24 14:42:44 2015 +0000
+++ b/external/bsd/Makefile     Thu Sep 24 14:48:36 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.48 2015/01/25 15:47:19 christos Exp $
+#      $NetBSD: Makefile,v 1.49 2015/09/24 14:48:36 christos Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=        acpica am-utils bind byacc cron dhcpcd ekermit elftosb \
        fetch file flex less \
-       libarchive libevent liblzf libpcap mdocml ntp openresolv tcpdump \
-       tmux top tre wpa
+       libarchive libevent liblzf libpcap libproc librtld_db mdocml \
+       ntp openresolv tcpdump tmux top tre wpa
 
 .if (${MKATF} != "no")
 SUBDIR+= atf
diff -r 3e4ca3485fc9 -r 0ee2ebd19aac lib/Makefile
--- a/lib/Makefile      Thu Sep 24 14:42:44 2015 +0000
+++ b/lib/Makefile      Thu Sep 24 14:48:36 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.228 2015/09/22 13:26:14 joerg Exp $
+#      $NetBSD: Makefile,v 1.229 2015/09/24 14:49:03 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -104,6 +104,8 @@
 #==================== 1st library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+SUBDIR+=       ../external/bsd/librtld_db/lib          # depends on libutil
+
 .if ${MKDTRACE} != "no" || ${MKCTF} != "no"
 SUBDIR+=        ../external/cddl/osnet/lib/libctf
 .endif
@@ -207,6 +209,7 @@
 .endif
 
 SUBDIR+=       ../external/bsd/libevent/lib    # depends on libcrypto
+SUBDIR+=       ../external/bsd/libproc/lib     # depends on libstdc++, libctf
 SUBDIR+=       ../external/bsd/fetch/lib       # depends on libssl
 
 .if (${MKLDAP} != "no")



Home | Main Index | Thread Index | Old Index