View | Details | Raw Unified | Return to bug 33974
Collapse All | Expand All

(-)configure.ac.orig (-1 / +3 lines)
 Lines 850-856    Link Here 
850
dnl
850
dnl
851
if test "$with_qemu" = "yes" || test "$with_lxc" = "yes" ; then
851
if test "$with_qemu" = "yes" || test "$with_lxc" = "yes" ; then
852
  AC_CHECK_HEADERS([linux/param.h linux/sockios.h linux/if_bridge.h linux/if_tun.h],,
852
  AC_CHECK_HEADERS([linux/param.h linux/sockios.h linux/if_bridge.h linux/if_tun.h],,
853
                   AC_MSG_ERROR([You must install kernel-headers in order to compile libvirt with QEMU or LXC support]))
853
      [AC_MSG_ERROR([You must install kernel-headers in order to compile libvirt with QEMU or LXC support])],
854
      [[#include <netinet/in.h>
855
      ]])
854
fi
856
fi
855
857
856
858
(-)src/util/virnetdevbridge.c.orig (+1 lines)
 Lines 33-38    Link Here 
33
#ifdef HAVE_NET_IF_H
33
#ifdef HAVE_NET_IF_H
34
# include <net/if.h>
34
# include <net/if.h>
35
#endif
35
#endif
36
#include <netinet/in.h>
36
#ifdef __linux__
37
#ifdef __linux__
37
# include <linux/sockios.h>
38
# include <linux/sockios.h>
38
# include <linux/param.h>     /* HZ                 */
39
# include <linux/param.h>     /* HZ                 */
(-)debian/rules.orig (+1 lines)
 Lines 5-10    Link Here 
5
export VIR_TEST_DEBUG=1
5
export VIR_TEST_DEBUG=1
6
6
7
include /usr/share/cdbs/1/rules/debhelper.mk
7
include /usr/share/cdbs/1/rules/debhelper.mk
8
include /usr/share/cdbs/1/rules/autoreconf.mk
8
include /usr/share/cdbs/1/class/autotools.mk
9
include /usr/share/cdbs/1/class/autotools.mk
9
include /usr/share/cdbs/1/class/python-distutils.mk
10
include /usr/share/cdbs/1/class/python-distutils.mk
10
11
(-)debian/control.orig (+2 lines)
 Lines 4-9    Link Here 
4
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
4
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
5
Uploaders: Guido Günther <agx@sigxcpu.org>, Laurent Léonard <laurent@open-minds.org>
5
Uploaders: Guido Günther <agx@sigxcpu.org>, Laurent Léonard <laurent@open-minds.org>
6
Build-Depends: cdbs (>= 0.4.89~),
6
Build-Depends: cdbs (>= 0.4.89~),
7
 dh-autoreconf,
8
 autopoint,
7
 python-central,
9
 python-central,
8
 debhelper (>= 7),
10
 debhelper (>= 7),
9
 libxml2-dev,
11
 libxml2-dev,

Return to bug 33974