mp4v2: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 01:00:03 +00:00
parent 4f68178755
commit d287f926bd

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
# `faac' expects `mp4.h'.
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";
hardening_format = false;
meta = {
homepage = http://code.google.com/p/mp4v2;
maintainers = [ stdenv.lib.maintainers.urkud ];