Enable static PIE on aarch64, i686, x86-64
This commit is contained in:
parent
dc905411d5
commit
5163dbee45
@ -931,6 +931,9 @@ build()
|
|||||||
--enable-bind-now \
|
--enable-bind-now \
|
||||||
--build=%{target} \
|
--build=%{target} \
|
||||||
--enable-stack-protector=strong \
|
--enable-stack-protector=strong \
|
||||||
|
%ifarch %{ix86} aarch64
|
||||||
|
--enable-static-pie \
|
||||||
|
%endif
|
||||||
--enable-tunables \
|
--enable-tunables \
|
||||||
--enable-systemtap \
|
--enable-systemtap \
|
||||||
${core_with_options} \
|
${core_with_options} \
|
||||||
|
Loading…
Reference in New Issue
Block a user