Source-Changes-HG archive

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

[src/trunk]: src/lib build libevent later.



details:   https://anonhg.NetBSD.org/src/rev/318ce964d330
branches:  trunk
changeset: 786029:318ce964d330
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 11 19:06:04 2013 +0000

description:
build libevent later.

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r a6336e86a876 -r 318ce964d330 lib/Makefile
--- a/lib/Makefile      Thu Apr 11 19:00:41 2013 +0000
+++ b/lib/Makefile      Thu Apr 11 19:06:04 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.198 2013/02/16 21:40:06 jmmv Exp $
+#      $NetBSD: Makefile,v 1.199 2013/04/11 19:06:04 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -64,7 +64,6 @@
 SUBDIR+=       ../external/bsd/tre/lib
 SUBDIR+=       ../external/bsd/libdwarf/lib
 SUBDIR+=       ../external/bsd/libelf/lib
-SUBDIR+=       ../external/bsd/libevent/lib
 SUBDIR+=       ../external/bsd/liblzf/lib
 SUBDIR+=       ../external/bsd/libpcap/lib
 
@@ -175,6 +174,7 @@
 SUBDIR+=       ../crypto/external/bsd/netpgp/lib  # depends on libcrypto, ...
 .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
 



Home | Main Index | Thread Index | Old Index