aacgain: turn off format hardening
This commit is contained in:
parent
6c683ef004
commit
1cf63c85be
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user