php: Disable bindnow hardening flag

Fixes dynamic linking against i.e. mysql.
This commit is contained in:
Franz Pletz 2016-03-30 20:45:31 +02:00
parent a4e65c3639
commit a56d90efda

View file

@ -250,6 +250,7 @@ let
};
hardeningEnable = [ "pie" ];
hardeningDisable = [ "bindnow" ];
configurePhase = ''
# Don't record the configure flags since this causes unnecessary