grub4dos: disable stackprotector hardening
This commit is contained in:
@@ -14,6 +14,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ unzip nasm ];
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
configureFlags = [ "--host=${arch}-pc-linux-gnu" ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user