[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.12-3

Guido Günther agx at sigxcpu.org
Wed Jun 20 07:34:01 UTC 2012


The following commit has been merged in the master branch:
commit 6b610b6e3181e15c8c9026784af53d7841e23391
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Jun 20 08:24:09 2012 +0200

    Include stdint.h for uint32_t
    
    to fix the build on kFreeBSD

diff --git a/debian/patches/Include-stdint.h-for-uint32_t.patch b/debian/patches/Include-stdint.h-for-uint32_t.patch
new file mode 100644
index 0000000..cfa699e
--- /dev/null
+++ b/debian/patches/Include-stdint.h-for-uint32_t.patch
@@ -0,0 +1,26 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Wed, 20 Jun 2012 08:23:37 +0200
+Subject: Include stdint.h for uint32_t
+
+to fix the build on kFreeBSD
+
+Referendes: https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=kfreebsd-amd64&ver=0.9.12-2&stamp=1339698841
+---
+ src/util/virnetlink.h |    2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/util/virnetlink.h b/src/util/virnetlink.h
+index bafe8ca..acd88b7 100644
+--- a/src/util/virnetlink.h
++++ b/src/util/virnetlink.h
+@@ -21,8 +21,10 @@
+ # define __VIR_NETLINK_H__
+ 
+ # include "config.h"
++# include <stdint.h>
+ # include "internal.h"
+ 
++
+ # if defined(__linux__) && defined(HAVE_LIBNL)
+ 
+ #  include <netlink/msg.h>
diff --git a/debian/patches/series b/debian/patches/series
index affc972..eb26336 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ Disable-failing-virnetsockettest.patch
 Don-t-fail-if-we-can-t-setup-avahi.patch
 Only-check-for-cluster-fs-if-we-re-using-a-filesyste.patch
 Reduce-udevadm-settle-timeout-to-10-seconds.patch
+Include-stdint.h-for-uint32_t.patch

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list