We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52d086 commit 639e361Copy full SHA for 639e361
linux.sh
@@ -59,7 +59,9 @@ makeinstall ()
59
export RUMP_INCLUDE=${RUMPSRC}/sys/rump/include
60
make rumprun=yes headers_install libraries_install DESTDIR=${RROBJ}/rumptools/dest\
61
-C ${LKLSRC}/tools/lkl/ O=${OBJDIR}/lkl-linux/
62
-
+ # XXX: for netconfig.h
63
+ mkdir -p ${DESTDIR}/include/rump/
64
+ cp -pf ${BRDIR}/brlib/libnetconfig/rump/netconfig.h ${DESTDIR}/include/rump/
65
}
66
67
#
0 commit comments