[packages/glibc] - sframe is supported only on x86_64 and aarch64
qboosh
qboosh at pld-linux.org
Fri Apr 3 19:45:32 CEST 2026
commit 2bb598d4e5a93cf84b9b13f39652dcb81d3a37b3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 3 19:45:55 2026 +0200
- sframe is supported only on x86_64 and aarch64
glibc.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/glibc.spec b/glibc.spec
index 259f4da..4d35fce 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -36,6 +36,9 @@
%ifnarch %{x8664}
%undefine with_cet
%endif
+%ifnarch %{x8664} aarch64
+%undefine with_sframe
+%endif
%ifnarch %{arm}
%define with_static_pie 1
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/2bb598d4e5a93cf84b9b13f39652dcb81d3a37b3
More information about the pld-cvs-commit
mailing list