lol

motif: disable format hardening

+2
+2
pkgs/development/libraries/motif/default.nix
··· 26 26 27 27 propagatedBuildInputs = [ libXp libXau ]; 28 28 29 + hardeningDisable = [ "format" ]; 30 + 29 31 makeFlags = [ "CFLAGS=-fno-strict-aliasing" ]; 30 32 31 33 patchPhase = ''