Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185391 Details for
Bug 254568
app-emulation/libvirt-0.5.1: failed to compile expected specifier-qualifier-list before ...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 0.5.1
libvirt-0.5.1-bridge.patch (text/plain), 1.35 KB, created by
Adrian Vasile
on 2009-03-18 09:43:11 UTC
(
hide
)
Description:
Patch for 0.5.1
Filename:
MIME Type:
Creator:
Adrian Vasile
Created:
2009-03-18 09:43:11 UTC
Size:
1.35 KB
patch
obsolete
>diff -ruN libvirt-0.5.1.orig/src/bridge.c libvirt-0.5.1/src/bridge.c >--- libvirt-0.5.1.orig/src/bridge.c 2008-12-04 16:35:42.000000000 +0200 >+++ libvirt-0.5.1/src/bridge.c 2009-03-18 11:33:56.000000000 +0200 >@@ -21,7 +21,7 @@ > > #include <config.h> > >-#if defined(WITH_QEMU) || defined(WITH_LXC) >+#if defined(WITH_QEMU) || defined(WITH_LXC) || defined(WITH_BRIDGE) > > #include "bridge.h" > >diff -ruN libvirt-0.5.1.orig/src/bridge.h libvirt-0.5.1/src/bridge.h >--- libvirt-0.5.1.orig/src/bridge.h 2008-09-02 12:24:20.000000000 +0300 >+++ libvirt-0.5.1/src/bridge.h 2009-03-18 11:25:47.000000000 +0200 >@@ -24,7 +24,7 @@ > > #include <config.h> > >-#if defined(WITH_QEMU) || defined(WITH_LXC) >+#if defined(WITH_QEMU) || defined(WITH_LXC) || defined(WITH_BRIDGE) > > #include <net/if.h> > #include <netinet/in.h> >diff -ruN libvirt-0.5.1.orig/configure.in libvirt-0.5.1/configure.in >--- libvirt-0.5.1.orig/configure.in 2008-12-04 17:25:34.000000000 +0200 >+++ libvirt-0.5.1/configure.in 2009-03-18 11:26:45.000000000 +0200 >@@ -704,6 +704,12 @@ > fi > AM_CONDITIONAL([WITH_NETWORK], [test "$with_network" = "yes"]) > >+with_bridge=no >+if test "$with_qemu:$with_lxc:$with_network" != "no:no:no"; then >+ with_bridge=yes >+ AC_DEFINE_UNQUOTED([WITH_BRIDGE], 1, [whether bridge code is needed]) >+fi >+AM_CONDITIONAL([WITH_BRIDGE], [test "$with_bridge" = "yes"]) > > dnl > dnl Storage driver checks
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 254568
: 185391 |
185394