Unverified Commit 273112d0 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

OVMF: disable hardening option "relro" on aarch64 (#424233)

parents 0d1e7a24 e402bfe2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -136,7 +136,8 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
    "stackprotector"
    "pic"
    "fortify"
  ];
  ]
  ++ lib.optional stdenv.hostPlatform.isAarch64 "relro";

  buildFlags =
    # IPv6 has no reason to be disabled.