Go to file
Zbigniew Jędrzejewski-Szmek 9ea2179ffc Disable amd64 assembly on non-intel architectures
All builds would include an .S file which contains a pre-processor
directive that makes the file effectively empty on non-amd64
architectures. Objects built from assembly get an executable stack by
default. The file has a stanza to make the stack non-executable, but
on non-amd64 architectures this stanza is skipped together with the
rest of the file. Nevertheless, it seems that even the empty file
causes an executable stack to be created. To avoid the issue, do a
build with the assembler file explicitly skipped.
2021-12-28 17:38:06 +01:00
.gitignore latest upstream (1.5.1) 2021-12-23 00:21:18 +00:00
pzstd.1.patch latest upstream (1.5.1) 2021-12-23 00:21:18 +00:00
sources latest upstream (1.5.1) 2021-12-23 00:21:18 +00:00
zstd.spec Disable amd64 assembly on non-intel architectures 2021-12-28 17:38:06 +01:00