php: enable PIE hardening

This commit is contained in:
Franz Pletz 2016-03-06 00:15:18 +01:00
parent 05a02c53a0
commit fb57bfbd4f

View File

@ -249,6 +249,8 @@ let
calendarSupport = config.php.calendar or true; calendarSupport = config.php.calendar or true;
}; };
hardeningEnable = [ "pie" ];
configurePhase = '' configurePhase = ''
# Don't record the configure flags since this causes unnecessary # Don't record the configure flags since this causes unnecessary
# runtime dependencies. # runtime dependencies.