Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/dhcp libisc needs libssl now



details:   https://anonhg.NetBSD.org/src/rev/7477403fef46
branches:  trunk
changeset: 959597:7477403fef46
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 20 01:43:04 2021 +0000

description:
libisc needs libssl now

diffstat:

 external/mpl/dhcp/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 347abc662bdf -r 7477403fef46 external/mpl/dhcp/Makefile.inc
--- a/external/mpl/dhcp/Makefile.inc    Sat Feb 20 01:18:02 2021 +0000
+++ b/external/mpl/dhcp/Makefile.inc    Sat Feb 20 01:43:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.8 2020/05/30 20:47:59 christos Exp $
+# $NetBSD: Makefile.inc,v 1.9 2021/02/20 01:43:04 christos Exp $
 
 WARNS?=        1       # XXX -Wshadow -Wcast-qual -Wsign-compare
 
@@ -54,8 +54,8 @@
 .if defined(PROG) && ${PROG} == "dhclient" && ${MKSANITIZER:Uno} != "yes"
 LDADD+=-Wl,-Bdynamic
 .endif
-LDADD+= -lcrypto -lipsec -lcrypt
-DPADD+= ${LIBCRYPTO} ${LIBIPSEC} ${LIBCRYPT}
+LDADD+= -lssl -lcrypto -lipsec -lcrypt
+DPADD+= ${LIBSSL} ${LIBCRYPTO} ${LIBIPSEC} ${LIBCRYPT}
 .if defined(PROG) && ${PROG} == "dhclient" && ${MKSANITIZER:Uno} != "yes"
 LDADD+=-Wl,-Bdynamic
 .endif



Home | Main Index | Thread Index | Old Index