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 ];
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user