Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems AFLplusplus isn't compatible with meson. Since yesterday systemd has been failing to build due to an unused command line argument: ``` Compiler stdout: Compiler stderr: clang-12: error: /src/aflplusplus/afl-compiler-rt.o: 'linker' input unused [-Werror,-Wunused-command-line-argument] clang-12: error: -Wl,--dynamic-list=/src/aflplusplus/dynamic_list.txt: 'linker' input unused [-Werror,-Wunused-command-line-argument] meson.build:647:16: ERROR: Problem encountered: unable to determine gperf len type + exit 1 ``` I'm not sure where the argument comes from but it looks like another variation on mesonbuild/meson#4542
- Loading branch information