openpbs: disable fortify hardening
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -73,6 +73,9 @@ stdenv.mkDerivation {
|
||||
munge
|
||||
];
|
||||
|
||||
# https://github.com/openpbs/openpbs/issues/2713
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user