Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libopencrypto Don't bring in the zlib stuff...



details:   https://anonhg.NetBSD.org/src/rev/0bfd2c555b85
branches:  trunk
changeset: 326034:0bfd2c555b85
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 16 14:12:09 2014 +0000

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

OK pooka@

diffstat:

 sys/rump/dev/lib/libopencrypto/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r eda7fa85bbfd -r 0bfd2c555b85 sys/rump/dev/lib/libopencrypto/Makefile
--- a/sys/rump/dev/lib/libopencrypto/Makefile   Thu Jan 16 13:55:46 2014 +0000
+++ b/sys/rump/dev/lib/libopencrypto/Makefile   Thu Jan 16 14:12:09 2014 +0000
@@ -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+= 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>



Home | Main Index | Thread Index | Old Index