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;
};
hardeningEnable = [ "pie" ];
configurePhase = ''
# Don't record the configure flags since this causes unnecessary
# runtime dependencies.