]> git.pld-linux.org Git - packages/zstd.git/commitdiff
- explain asm issue also in place
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jan 2022 09:10:45 +0000 (10:10 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jan 2022 09:10:45 +0000 (10:10 +0100)
zstd.spec

index 8584a345f0ca54e57017fc871bc939233138ee4e..e34b388f44b35ca9157a518fd86918a4669779dd 100644 (file)
--- a/zstd.spec
+++ b/zstd.spec
@@ -4,6 +4,7 @@
 
 # workaround executable stack on non-x86_64
 # https://github.com/facebook/zstd/issues/2963
+# (actually asm is x86_64 only, other archs have empty asm file, without non-exec stack marker)
 %ifnarch %{x8664}
 %undefine      with_asm
 %endif
This page took 0.066555 seconds and 4 git commands to generate.