Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/lib Pullup additional patches in ticket #1217:
details: https://anonhg.NetBSD.org/src/rev/87d5d3e811df
branches: netbsd-6
changeset: 776848:87d5d3e811df
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Dec 26 05:30:29 2014 +0000
description:
Pullup additional patches in ticket #1217:
lib/Makefile 1.204 via patch
libbind now depends on heimdal, so push it after the third barrier.
diffstat:
lib/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 28ab79dd63a8 -r 87d5d3e811df lib/Makefile
--- a/lib/Makefile Thu Dec 25 17:53:57 2014 +0000
+++ b/lib/Makefile Fri Dec 26 05:30:29 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.181.2.2 2012/11/18 22:38:32 riz Exp $
+# $NetBSD: Makefile,v 1.181.2.3 2014/12/26 05:30:29 msaitoh Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -159,7 +159,6 @@
SUBDIR+= ../crypto/external/bsd/netpgp/lib # depends on libcrypto, ...
.endif
-SUBDIR+= ../external/bsd/bind/lib # depends on libcrypto
SUBDIR+= ../external/bsd/fetch/lib # depends on libssl
.if (${MKLDAP} != "no")
@@ -169,6 +168,8 @@
#==================== 3rd library dependency barrier ====================
SUBDIR+= .WAIT
+SUBDIR+= ../external/bsd/bind/lib # depends on heimdal, libcrypto
+
SUBDIR+= librumpdev # depends on librump
SUBDIR+= librumpnet # depends on librump
SUBDIR+= librumpvfs # depends on librump
Home |
Main Index |
Thread Index |
Old Index