etc/defaults.conf: apply full relro completely via LDFLAGS.
This commit is contained in:
parent
44ee1bf10b
commit
e3765bc9b3
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue