etc/defaults.conf: apply full relro completely via LDFLAGS.

This commit is contained in:
Juan RP 2015-03-08 09:26:50 +01:00
parent 44ee1bf10b
commit e3765bc9b3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ XBPS_CPPFLAGS="-D_FORTIFY_SOURCE=2"
# avoid linking extra libraries into binaries. See the following link
# for info: http://www.gentoo.org/proj/en/qa/asneeded.xml
#
XBPS_LDFLAGS="-Wl,--as-needed -Wl,-z,relro"
XBPS_LDFLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
# [REQUIRED]
# Command to execute to gain root privileges when using the `update-sys`