boost-build: turn off format hardening
This commit is contained in:
parent
e264f1077b
commit
a29786ebf6
@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "10sbbkx2752r4i1yshyp47nw29lyi1p34sy6hj7ivvnddiliayca";
|
sha256 = "10sbbkx2752r4i1yshyp47nw29lyi1p34sy6hj7ivvnddiliayca";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
grep -r '/usr/share/boost-build' \
|
grep -r '/usr/share/boost-build' \
|
||||||
| awk '{split($0,a,":"); print a[1];}' \
|
| awk '{split($0,a,":"); print a[1];}' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user