Source: sysbench Version: 1.0.7+ds-1 Severity: serious sysbench uses AX_GCC_ARCHFLAG for autodetecting and optimizing for the processor of the build machine (this is basically a manual way of doing -march=native).
This must not be used in Debian since it makes the package only work on cpus that are compatible with the cpu of whatever buildd was used to build the package this time. Passing --without-gcc-arch to configure fixes this bug.