]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: work around broken kernel header
authorCole Robinson <crobinso@redhat.com>
Tue, 26 Mar 2013 21:53:54 +0000 (17:53 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 8 May 2013 18:15:39 +0000 (14:15 -0400)
commit71e88fc577b5b88215a43edb4f80c2cb0b3edce0
tree578602307fef8369729c596d957fc66b7613a069
parentf4d50d0596e253facf9f24b1d7becac1cfdf6467
build: work around broken kernel header

I got this scary warning during ./configure on rawhide:

checking linux/if_bridge.h usability... no
checking linux/if_bridge.h presence... yes
configure: WARNING: linux/if_bridge.h: present but cannot be compiled
configure: WARNING: linux/if_bridge.h:     check for missing prerequisite headers?
configure: WARNING: linux/if_bridge.h: see the Autoconf documentation
configure: WARNING: linux/if_bridge.h:     section "Present But Cannot Be Compiled"
configure: WARNING: linux/if_bridge.h: proceeding with the compiler's result
configure: WARNING:     ## ------------------------------------- ##
configure: WARNING:     ## Report this to libvir-list@redhat.com ##
configure: WARNING:     ## ------------------------------------- ##
checking for linux/if_bridge.h... no

* configure.ac (AC_CHECK_HEADERS): Provide struct in6_addr, since
linux/if_bridge.h uses it without declaring it.
(cherry picked from commit c308a9ae153db619fc0366bad9fd8f6c49cfac58)
(cherry picked from commit 7ae53f15936277dfc777539ce13970293fdb03d0)
(cherry picked from commit 879f28a9f33be343c848e78923e9c4afe40f12ae)

Conflicts:
configure.ac
configure.ac