First step of moving -z now to the gcc command line (#1548397)

This commit is contained in:
Florian Weimer 2018-02-24 17:38:12 +01:00
parent 8f59b756ca
commit cd7779aeac
1 changed files with 1 additions and 1 deletions

2
macros
View File

@ -189,7 +189,7 @@
%_hardening_cflags -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
# we don't escape symbols '~', '"', etc. so be careful when changing this
%_hardening_ldflags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
%_hardening_ldflags -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
# Harden packages by default for Fedora 23:
# https://fedorahosted.org/fesco/ticket/1384 (accepted on 2014-02-11)