Control: tags -1 + pending On 2021-11-18 00:48, Chris Lamb wrote: > Whilst working on the Reproducible Builds effort [0] we noticed that > liboqs could not be built reproducibly. > > This is because it embeds ${CMAKE_SYSTEM_PROCESSOR} and ${CMAKE_HOST_SYSTEM} > via the OQS_COMPILE_BUILD_TARGET define. Luckily, the code itself uses > an ifdef, so a patch is attached that simply prevents this being added to the > header file. > > [0] https://reproducible-builds.org/
Patch added, thanks! Best, Andrius