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/1570cbb31c86
branches: trunk
changeset: 792766:1570cbb31c86
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 7b459da127a2 -r 1570cbb31c86 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