Enable static PIE on aarch64, i686, x86-64

This commit is contained in:
Florian Weimer 2018-01-19 08:36:02 +01:00
parent dc905411d5
commit 5163dbee45
1 changed files with 3 additions and 0 deletions

View File

@ -931,6 +931,9 @@ build()
--enable-bind-now \
--build=%{target} \
--enable-stack-protector=strong \
%ifarch %{ix86} aarch64
--enable-static-pie \
%endif
--enable-tunables \
--enable-systemtap \
${core_with_options} \