[packages/glibc] bring back static pie exclusion for %{arm}
atler
atler at pld-linux.org
Fri Jul 31 14:30:51 CEST 2026
commit 26d7854c6f2aad67d145cbc928bdcd2052b4ea6b
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jul 31 13:51:33 2026 +0200
bring back static pie exclusion for %{arm}
while glibc part is ready, gcc support is still missing. both are
required. see also:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106356
glibc.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/glibc.spec b/glibc.spec
index 933f644..fad49a6 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -39,7 +39,9 @@
%ifnarch %{x8664} aarch64
%undefine with_sframe
%endif
+%ifnarch %{arm}
%define with_static_pie 1
+%endif
%define core_version 2.44
%define llh_version 7:2.6.32.1-1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/345a59208cb7eab4e60bc1145a629f95847b807b
More information about the pld-cvs-commit
mailing list