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/librnd SRCS += ${.CURDIR}/../../../../compa...
details: https://anonhg.NetBSD.org/src/rev/52f63331d12c
branches: trunk
changeset: 772133:52f63331d12c
user: apb <apb%NetBSD.org@localhost>
date: Mon Dec 19 21:56:18 2011 +0000
description:
SRCS += ${.CURDIR}/../../../../compat/common/rndpseudo_50.c
to fix build errors like this:
DESTDIR/usr/lib/librumpdev_rnd.so: undefined reference to
`rumpns_compat_50_rnd_ioctl'
diffstat:
sys/rump/dev/lib/librnd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1724caae90a6 -r 52f63331d12c sys/rump/dev/lib/librnd/Makefile
--- a/sys/rump/dev/lib/librnd/Makefile Mon Dec 19 21:53:52 2011 +0000
+++ b/sys/rump/dev/lib/librnd/Makefile Mon Dec 19 21:56:18 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/12/17 20:05:39 tls Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/19 21:56:18 apb Exp $
#
.PATH: ${.CURDIR}/../../../../dev
@@ -6,6 +6,7 @@
LIB= rumpdev_rnd
SRCS= rnd.c rndpseudo.c rndpool.c
+SRCS+= ${.CURDIR}/../../../../compat/common/rndpseudo_50.c
SRCS+= component.c
Home |
Main Index |
Thread Index |
Old Index