Source-Changes-HG archive

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

[src/trunk]: src/lib libbind now depends on heimdal, so push it after the thi...



details:   https://anonhg.NetBSD.org/src/rev/aae205072f05
branches:  trunk
changeset: 788937:aae205072f05
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Jul 29 21:02:58 2013 +0000

description:
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 601a42d52658 -r aae205072f05 lib/Makefile
--- a/lib/Makefile      Mon Jul 29 20:40:33 2013 +0000
+++ b/lib/Makefile      Mon Jul 29 21:02:58 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.203 2013/04/28 04:05:41 joerg Exp $
+#      $NetBSD: Makefile,v 1.204 2013/07/29 21:02:58 joerg Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -182,7 +182,6 @@
 .endif
 
 SUBDIR+=       ../external/bsd/libevent/lib    # depends on libcrypto
-SUBDIR+=       ../external/bsd/bind/lib        # depends on libcrypto
 SUBDIR+=       ../external/bsd/fetch/lib       # depends on libssl
 
 .if (${MKLDAP} != "no")
@@ -192,6 +191,8 @@
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=       .WAIT
 
+SUBDIR+=       ../external/bsd/bind/lib        # depends on heimdal, libcrypto
+
 .if (${MKRUMP} != "no")
 SUBDIR+=       librumpdev      # depends on librump
 SUBDIR+=       librumpnet      # depends on librump



Home | Main Index | Thread Index | Old Index