mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 16:12:22 +01:00
There is a variable called "mips" in the code that conflicts with the predefined "mips" macro. Add -std=c11 / -std=c++11 to CFLAGS / CXXFLAGS to force removal of all the non-underscored predefined macros. This is safe because README.md says the project is officially C11/C++11.