conditionalize hardening away on s390(x)
This commit is contained in:
parent
90beab8055
commit
cc9a8332a4
@ -1,6 +1,9 @@
|
|||||||
#global gitcommit e7aee75
|
#global gitcommit e7aee75
|
||||||
|
|
||||||
|
# PIE is broken on s390 (#868839, #872148)
|
||||||
|
%ifnarch s390 s390x
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
# 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
|
# strip the automatically generated dep here and instead co-own the
|
||||||
|
Loading…
Reference in New Issue
Block a user