nixpkgs/pkgs/applications/virtualization/qemu
Ivan Babrou d29e8f0e59 qemu: rename VERSION to QEMU_VERSION to avoid name clash
In libc++ starting with LLVM8 there's `<version>` include in `cstddef`:

The following things also align:

* QEMU has a file called `VERSION` in repo root
* QEMU prepends repo root to include path in build
* macOS has a case-insensetive filesystem

All of this combined means that `VERSION` file is included as a header.

Working around this be renaming `VERSION` -> `QEMU_VERSION` to resolve ambiguity.

The problem really only appears on `aarch64-darwin`, since on `x86_64-darwin`
there are no C++ files to compile. The workaround is harmless enough to apply.
2021-02-08 13:45:47 -08:00
..
9p-ignore-noatime.patch qemu: Apply interim fix for overlayfs + O_NOATIME 2019-03-18 13:34:30 +01:00
default.nix qemu: rename VERSION to QEMU_VERSION to avoid name clash 2021-02-08 13:45:47 -08:00
fix-qemu-ga.patch qemu: 4.2.0 -> 5.0.0 2020-05-19 21:51:33 +02:00
force-uid0-on-9p.patch qemu_test: Rebase force-uid0-on-9p.patch 2017-03-11 15:16:49 +01:00
sigrtminmax.patch qemu: port musl patch to new version (#46449) 2018-09-10 08:14:37 +02:00
utils.nix qemu-utils: install man pages 2020-08-11 21:02:49 +00:00