aacgain: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 15:43:12 +00:00
parent 6c683ef004
commit 1cf63c85be

View File

@ -2,6 +2,7 @@
stdenv.mkDerivation {
name = "aacgain-1.9.0";
src = fetchFromGitHub {
owner = "mulx";
repo = "aacgain";
@ -9,6 +10,8 @@ stdenv.mkDerivation {
sha256 = "07hl432vsscqg01b6wr99qmsj4gbx0i02x4k565432y6zpfmaxm0";
};
hardening_format = false;
configurePhase = ''
cd mp4v2
./configure
@ -28,7 +31,7 @@ stdenv.mkDerivation {
make LDFLAGS=-static
cd ..
make
make
'';
installPhase = ''