scummvm: disable format hardening
This commit is contained in:
parent
552a8c4219
commit
7ab971a252
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ SDL zlib libmpeg2 libmad libogg libvorbis flac alsaLib ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
crossAttrs = {
|
||||
preConfigure = ''
|
||||
# Remove the --build flag set by the gcc cross wrapper setup
|
||||
|
Loading…
x
Reference in New Issue
Block a user