Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/dhcp Add libz for new libisc needing it.



details:   https://anonhg.NetBSD.org/src/rev/5f942d482ea3
branches:  trunk
changeset: 363808:5f942d482ea3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 15:39:22 2018 +0000

description:
Add libz for new libisc needing it.

diffstat:

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

diffs (24 lines):

diff -r e2706d7dc253 -r 5f942d482ea3 external/mpl/dhcp/Makefile.inc
--- a/external/mpl/dhcp/Makefile.inc    Sun Aug 12 15:37:06 2018 +0000
+++ b/external/mpl/dhcp/Makefile.inc    Sun Aug 12 15:39:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2018/06/22 20:48:43 christos Exp $
+# $NetBSD: Makefile.inc,v 1.4 2018/08/12 15:39:22 christos Exp $
 
 WARNS?=        1       # XXX -Wshadow -Wcast-qual -Wsign-compare
 
@@ -38,7 +38,7 @@
 LDADD+=-Wl,-Bstatic
 .endif
 LDADD+= -lirs -lisccfg -ldns -lisc
-LDADD+=-lpthread
+LDADD+=-lpthread -lz
 .if (${MKKERBEROS} != "no")
 LDADD+= -lgssapi -lheimntlm ${LIBKRB5_LDADD} ${LIBKRB5_STATIC_LDADD}
 DPADD+= ${LIBKRB5_DPADD} ${LIBHEIMNTLM} ${LIBGSSAPI} ${LIBKRB5_STATIC_DPADD}
@@ -54,4 +54,4 @@
 DPADD+= ${COBJDIR}/libdhcp.a
 DPADD+= ${OMOBJDIR}/libomapi.a
 DPADD+=        ${LIBDNS} ${LIBISC}
-DPADD+= ${LIBPTHREAD}
+DPADD+= ${LIBPTHREAD} ${LIBZ}



Home | Main Index | Thread Index | Old Index