scummvm: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-03 20:32:34 +00:00
parent 552a8c4219
commit 7ab971a252

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL zlib libmpeg2 libmad libogg libvorbis flac alsaLib ]; buildInputs = [ SDL zlib libmpeg2 libmad libogg libvorbis flac alsaLib ];
hardeningDisable = [ "format" ];
crossAttrs = { crossAttrs = {
preConfigure = '' preConfigure = ''
# Remove the --build flag set by the gcc cross wrapper setup # Remove the --build flag set by the gcc cross wrapper setup