void-packages/srcpkgs/libvirt/patches/musl.patch
2019-03-07 19:07:11 +01:00

13 lines
272 B
Diff

--- src/qemu/qemu_process.c 2019-03-07 18:52:23.722271821 +0100
+++ 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
*