FreeBSD Bugzilla – Attachment 147500 Details for
Bug 190919
[patch] [xenhvm] stable/9 buildworld is broken with MODULES_WITH_WORLD=yes (again)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch updated for 9.3
xen.diff (text/plain), 1.06 KB, created by
Eugene Grosbein
on 2014-09-20 08:43:50 UTC
(
hide
)
Description:
patch updated for 9.3
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2014-09-20 08:43:50 UTC
Size:
1.06 KB
patch
obsolete
>--- sys/modules/xenhvm/Makefile.orig 2014-09-20 03:25:52.000000000 +0700 >+++ sys/modules/xenhvm/Makefile 2014-09-20 15:39:42.000000000 +0700 >@@ -1,5 +1,7 @@ > # $FreeBSD: stable/9/sys/modules/xenhvm/Makefile 268853 2014-07-18 18:11:24Z truckman $ > >+.include <bsd.own.mk> >+ > KMOD= xenhvm > > DEVXENDIR= ${.CURDIR}/../../dev/xen/ >@@ -20,4 +22,31 @@ > kern/bus_if.m kern/device_if.m dev/pci/pci_if.m > CFLAGS+= -DXENHVM -DMODXENHVM > >+.if !defined(KERNBUILDDIR) >+ >+SRCS+= bus_if.h device_if.h opt_global.h opt_inet.h opt_inet6.h \ >+ opt_kdtrace.h opt_pmap.h opt_sctp.h pci_if.h vnode_if.h >+ >+.if ${MK_INET_SUPPORT} != "no" >+opt_inet.h: >+ echo "#define INET 1" >> ${.TARGET} >+.endif >+ >+.if ${MK_INET6_SUPPORT} != "no" >+opt_inet6.h: >+ echo "#define INET6 1" >> ${.TARGET} >+.endif >+ >+opt_sctp.h: >+ echo "#define SCTP 1" >> ${.TARGET} >+ >+opt_global.h: >+ printf "#define MAC 1\n#define NEW_PCIB 1\n#define SMP 1" >> ${.TARGET} >+.if ${MK_AUDIT} != "no" >+ echo "#define AUDIT 1" >> ${.TARGET} >+.endif >+ >+MFILES+= kern/device_if.m kern/bus_if.m dev/pci/pci_if.m >+.endif >+ > .include <bsd.kmod.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190919
:
143665
| 147500