smpeg: turn off format hardening
This commit is contained in:
parent
49d77a685f
commit
8185090449
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = [ SDL gtk mesa ];
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool m4 pkgconfig makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user