Package: readsb Version: 3.16-1.1 Severity: serious Justification: baseline violation User: [email protected] Usertags: ftcbfs
readsb passes -march=native to the compiler. This has several consequences. For one thing, the package becomes unreproducible, because the resulting binary package now depends on the processor features of the build daemon. For another, the package will violate baseline specifications and that is the rc bug reported here. Please remove -march=native. Last but not least, -march=native also breaks cross compilation. Helmut

