diff --git a/etc/defaults.conf b/etc/defaults.conf index d6f2f477a63..12d6451e160 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -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`