Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/bind/lib/libisc Add -lz



details:   https://anonhg.NetBSD.org/src/rev/8fce5b184378
branches:  trunk
changeset: 834422:8fce5b184378
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 15:37:06 2018 +0000

description:
Add -lz

diffstat:

 external/mpl/bind/lib/libisc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 27a0144701cb -r 8fce5b184378 external/mpl/bind/lib/libisc/Makefile
--- a/external/mpl/bind/lib/libisc/Makefile     Sun Aug 12 15:33:36 2018 +0000
+++ b/external/mpl/bind/lib/libisc/Makefile     Sun Aug 12 15:37:06 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2018/08/12 13:02:43 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2018/08/12 15:37:06 christos Exp $
 
 LIB=isc
 #USE_SHLIBDIR=   yes
@@ -45,4 +45,7 @@
 SRCS+=         ipv6.c
 .endif
 
+LDADD+=-lz
+DPADD+=${LIBZ}
+
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index