1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
aports/community/libvirt/stderr-fix.patch
2020-09-13 08:04:24 +00:00

13 lines
276 B
Diff

--- 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
*