Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/lib/libctf don't depend on the installed...



details:   https://anonhg.NetBSD.org/src/rev/34719a5164dc
branches:  trunk
changeset: 340601:34719a5164dc
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 17 01:53:48 2015 +0000

description:
don't depend on the installed version of libz

diffstat:

 external/cddl/osnet/lib/libctf/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r e5bac7d19b8f -r 34719a5164dc external/cddl/osnet/lib/libctf/Makefile
--- a/external/cddl/osnet/lib/libctf/Makefile   Wed Sep 16 19:47:14 2015 +0000
+++ b/external/cddl/osnet/lib/libctf/Makefile   Thu Sep 17 01:53:48 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2015/09/16 19:47:14 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2015/09/17 01:53:48 christos Exp $
 
 # $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -30,8 +30,7 @@
                -I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
                -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
 
-LDADD+=        -lz
-DPADD+= ${LIBZ}
+LIBDPLIBS+=    z       ${NETBSDSRCDIR}/lib/libz
 
 .include <bsd.lib.mk>
 



Home | Main Index | Thread Index | Old Index