summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2022-01-01 09:10:45 (GMT)
committerJakub Bogusz2022-01-01 09:10:45 (GMT)
commit74fb6f8d1ddb96785e26aea5f9b8997beb9025d5 (patch)
tree7c209bdd31504ac25da2f3203d22abba92b587d1
parentb46fcfe9f8699ec8d1041d77902cdf6b2b798e5a (diff)
downloadzstd-74fb6f8d1ddb96785e26aea5f9b8997beb9025d5.zip
zstd-74fb6f8d1ddb96785e26aea5f9b8997beb9025d5.tar.gz
- explain asm issue also in place
-rw-r--r--zstd.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/zstd.spec b/zstd.spec
index 8584a34..e34b388 100644
--- 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