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