aacgain: turn off format hardening
This commit is contained in:
parent
6c683ef004
commit
1cf63c85be
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "aacgain-1.9.0";
|
name = "aacgain-1.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mulx";
|
owner = "mulx";
|
||||||
repo = "aacgain";
|
repo = "aacgain";
|
||||||
@ -9,6 +10,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "07hl432vsscqg01b6wr99qmsj4gbx0i02x4k565432y6zpfmaxm0";
|
sha256 = "07hl432vsscqg01b6wr99qmsj4gbx0i02x4k565432y6zpfmaxm0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
cd mp4v2
|
cd mp4v2
|
||||||
./configure
|
./configure
|
||||||
@ -28,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
make LDFLAGS=-static
|
make LDFLAGS=-static
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
make
|
make
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user