nixpkgs/pkgs/tools/archivers/zpaq
Tobias Geerinckx-Rice d04e57ea6a zpaq{,d}: un-break compileFlags and stop using -march=native
Running zpaq on an older but not ancient 64-bit Intel server aborts
with an ‘Illegal instruction’ error. Turns out the build expression
was using -march=native to generate distibution binaries...

Change this to more conservative, portable settings which should
cover ‘all’ CPUs. It may run slightly slower — but that at least
implies running.

As a nice side effect, all common compile flags are now back in
`compileFlags` whence they came, and actually used consistently.
2015-12-31 05:04:05 +01:00
..
default.nix zpaq{,d}: un-break compileFlags and stop using -march=native 2015-12-31 05:04:05 +01:00
default.upstream Adding ZPAQ archiver 2013-03-09 16:33:14 +04:00
zpaqd.nix zpaq{,d}: un-break compileFlags and stop using -march=native 2015-12-31 05:04:05 +01:00
zpaqd.upstream Fix/split ZPAQ after upgrade 2013-10-20 22:30:40 +04:00