php: Disable bindnow hardening flag
Fixes dynamic linking against i.e. mysql.
This commit is contained in:
@@ -250,6 +250,7 @@ let
|
||||
};
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
hardeningDisable = [ "bindnow" ];
|
||||
|
||||
configurePhase = ''
|
||||
# Don't record the configure flags since this causes unnecessary
|
||||
|
||||
Reference in New Issue
Block a user