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 Use existing rumpkern_z libra...



details:   https://anonhg.NetBSD.org/src/rev/b6d861960517
branches:  trunk
changeset: 326026:b6d861960517
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 16 02:38:20 2014 +0000

description:
Use existing rumpkern_z library rather than including another copy of
zlib.c

diffstat:

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

diffs (21 lines):

diff -r aff89442c3b1 -r b6d861960517 sys/rump/dev/lib/libopencrypto/Makefile
--- a/sys/rump/dev/lib/libopencrypto/Makefile   Thu Jan 16 02:21:24 2014 +0000
+++ b/sys/rump/dev/lib/libopencrypto/Makefile   Thu Jan 16 02:38:20 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2014/01/16 02:21:24 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.3 2014/01/16 02:38:20 pgoyette Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../opencrypto
@@ -26,9 +26,9 @@
 SRCS+= deflate.c
 SRCS+= gmac.c
 
-.PATH: ${.CURDIR}/../../../../net
+# deflate.c also requires zlib, so include the appropriate library
 
-SRCS+= zlib.c
+LDADD+=        -lrumpkern_z
 
 CPPFLAGS+=     -I${RUMPTOP}/librump/rumpvfs
 



Home | Main Index | Thread Index | Old Index