Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/lib Pullup additional patch for ticket #1217:
details: https://anonhg.NetBSD.org/src/rev/3bf378c22efe
branches: netbsd-6-1
changeset: 776034:3bf378c22efe
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Dec 26 05:32:50 2014 +0000
description:
Pullup additional patch for 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 920af9b32179 -r 3bf378c22efe lib/Makefile
--- a/lib/Makefile Fri Dec 26 03:08:06 2014 +0000
+++ b/lib/Makefile Fri Dec 26 05:32:50 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.2.2.1 2014/12/26 05:32:50 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