Revert "php: enable PIE hardening"

This reverts commit fb57bfbd4f.
This commit is contained in:
Robin Gloster 2016-04-03 13:31:15 +00:00
parent 5978109194
commit df72d621f1

View File

@ -249,7 +249,6 @@ let
calendarSupport = config.php.calendar or true; calendarSupport = config.php.calendar or true;
}; };
hardeningEnable = [ "pie" ];
hardeningDisable = [ "bindnow" ]; hardeningDisable = [ "bindnow" ];
configurePhase = '' configurePhase = ''