Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/unbound reorder for the benefit of sun2



details:   https://anonhg.NetBSD.org/src/rev/577c2fdc6f87
branches:  trunk
changeset: 347338:577c2fdc6f87
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 21 17:24:22 2016 +0000

description:
reorder for the benefit of sun2

diffstat:

 external/bsd/unbound/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e156d96d454a -r 577c2fdc6f87 external/bsd/unbound/Makefile.inc
--- a/external/bsd/unbound/Makefile.inc Sun Aug 21 15:24:17 2016 +0000
+++ b/external/bsd/unbound/Makefile.inc Sun Aug 21 17:24:22 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2016/08/20 11:20:31 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/08/21 17:24:22 christos Exp $
 
 USE_FORT?= yes  # network client/server
 UNBOUND:=${.PARSEDIR}/dist
@@ -7,8 +7,8 @@
 
 CPPFLAGS += -D_OPENBSD_SOURCE
 
+DPLIBS+= ssl ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl
 DPLIBS+= crypto ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto
-DPLIBS+= ssl ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libssl
 DPLIBS+= crypt ${NETBSDSRCDIR}/lib/libcrypt
 DPLIBS+= util ${NETBSDSRCDIR}/lib/libutil
 DPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread



Home | Main Index | Thread Index | Old Index