From f6332a43c35387c4a2dea1746be5fd092890ae0e Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 27 Jun 2022 23:09:07 +0100 Subject: added lf and iptables --- repo/libvirt/stderr-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/libvirt/stderr-fix.patch (limited to 'repo/libvirt/stderr-fix.patch') diff --git a/repo/libvirt/stderr-fix.patch b/repo/libvirt/stderr-fix.patch new file mode 100644 index 0000000..9d26721 --- /dev/null +++ b/repo/libvirt/stderr-fix.patch @@ -0,0 +1,13 @@ +--- a/src/qemu/qemu_process.c 2019-03-07 18:52:23.722271821 +0100 ++++ b/src/qemu/qemu_process.c 2019-03-07 18:53:53.129064501 +0100 +@@ -92,6 +92,10 @@ + + VIR_LOG_INIT("qemu.qemu_process"); + ++#ifdef stderr ++# undef stderr ++#endif ++ + /** + * qemuProcessRemoveDomainStatus + * -- cgit v1.2.1