smpeg: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 20:44:18 +00:00
parent 49d77a685f
commit 8185090449

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardening_format = false;
buildInputs = [ SDL gtk mesa ];
nativeBuildInputs = [ autoconf automake libtool m4 pkgconfig makeWrapper ];