commit | cc9a8332a45e025e9711001fe284ab0dfd7455ca | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Mon Dec 10 12:19:27 2012 +0100 |
committer | Michal Schmidt <mschmidt@redhat.com> | Mon Dec 10 12:19:27 2012 +0100 |
tree | d0a3a4b255ac864347ea1a65757d8490e41fa960 | |
parent | 90beab8055a21a9a96d66e88a770e2e91d342ff4 [diff] |
conditionalize hardening away on s390(x)
diff --git a/systemd.spec b/systemd.spec index fac9046..3692f75 100644 --- a/systemd.spec +++ b/systemd.spec
@@ -1,6 +1,9 @@ #global gitcommit e7aee75 +# PIE is broken on s390 (#868839, #872148) +%ifnarch s390 s390x %global _hardened_build 1 +%endif # We ship a .pc file but don't want to have a dep on pkg-config. We # strip the automatically generated dep here and instead co-own the