Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 16 14:12:09 UTC 2014

Modified Files:
        src/sys/rump/dev/lib/libopencrypto: Makefile

Log Message:
Don't bring in the zlib stuff at build time.  This will get resolved
when the user starts the rump_server process.

OK pooka@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libopencrypto/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/dev/lib/libopencrypto/Makefile
diff -u src/sys/rump/dev/lib/libopencrypto/Makefile:1.3 src/sys/rump/dev/lib/libopencrypto/Makefile:1.4
--- src/sys/rump/dev/lib/libopencrypto/Makefile:1.3	Thu Jan 16 02:38:20 2014
+++ src/sys/rump/dev/lib/libopencrypto/Makefile	Thu Jan 16 14:12:09 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2014/01/16 02:38:20 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.4 2014/01/16 14:12:09 pgoyette Exp $
 #
 
 .PATH:	${.CURDIR}/../../../../opencrypto
@@ -26,10 +26,6 @@ SRCS+=	cryptosoft.c
 SRCS+=	deflate.c
 SRCS+=	gmac.c
 
-# deflate.c also requires zlib, so include the appropriate library
-
-LDADD+=	-lrumpkern_z
-
 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
 
 .include <bsd.lib.mk>

Reply via email to