pharo-vm: Disable "pic" hardening
Compiling the Pharo VM with "pic" hardening causes segmentation faults on startup of pharo-launcher. Resolves NixOS/nixpkgs#24541.
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
mimeType = "application/x-pharo-image";
|
mimeType = "application/x-pharo-image";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" "pic" ];
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user