Since rumpfs is no longer a module, remove rump_module from the
list of sources. This, in a rather curious twist of linker magic, broke anything using rump file systems when librumpvfs was compiled with LIBDPLIBS pointing to librump. Thanks to the several people who reported the problem, and especially Arnaud Ysmal for noticing the paramount symptom that components compiled in src/lib did not work while ones compiled in sys/rump/librump did work.
This commit is contained in:
parent
8529946f44
commit
72a8c45e4b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.rumpvfs,v 1.21 2009/11/27 17:54:24 pooka Exp $
|
||||
# $NetBSD: Makefile.rumpvfs,v 1.22 2009/12/09 15:38:07 pooka Exp $
|
||||
#
|
||||
|
||||
.include "${RUMPTOP}/Makefile.rump"
|
||||
@ -17,7 +17,7 @@ LIB= rumpvfs
|
||||
#
|
||||
SRCS= rump_vfs.c devnodes.c rumpblk.c rumpfs.c vm_vfs.c
|
||||
|
||||
SRCS+= fstrans_stub.c vfsops_stub.c rump_module.c
|
||||
SRCS+= fstrans_stub.c vfsops_stub.c
|
||||
|
||||
SRCS+= rumpvfs_if_wrappers.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user