[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.7.7-1-4-g13274cf

Guido Günther agx at sigxcpu.org
Tue Mar 9 13:42:49 UTC 2010


The following commit has been merged in the master branch:
commit 13274cfcfd19fc274f6a792623d65e48c19f1472
Author: Guido Günther <agx at sigxcpu.org>
Date:   Tue Mar 9 14:22:33 2010 +0100

    New patch 0007-Work-around-broken-linux-socket.h.patch
    
    Work around broken linux/socket.h

diff --git a/debian/patches/0007-Work-around-broken-linux-socket.h.patch b/debian/patches/0007-Work-around-broken-linux-socket.h.patch
new file mode 100644
index 0000000..556664f
--- /dev/null
+++ b/debian/patches/0007-Work-around-broken-linux-socket.h.patch
@@ -0,0 +1,22 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Tue, 9 Mar 2010 14:21:07 +0100
+Subject: [PATCH] Work around broken linux/socket.h
+
+lacking sa_family_t typedef.
+---
+ configure |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/configure b/configure
+index 3db3c68..626293c 100755
+--- a/configure
++++ b/configure
+@@ -57871,6 +57871,7 @@ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
++ #include <bits/sockaddr.h>
+  #include <linux/if_link.h>
+ int
+ main ()
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 5b4033f..2bc7012 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-fix-Debian-specific-path-to-hvm-loader.patch
 0005-Terminate-nc-on-EOF.patch
 0006-Don-t-drop-caps-when-exec-ing-qemu.patch
+0007-Work-around-broken-linux-socket.h.patch

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list