bzip2: fix aarch64 build
This commit is contained in:
committed by
Luka Blaskovic
parent
2d5ed2b4b0
commit
01ce36f788
@@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, linkStatic ? (stdenv.hostPlatform.system == "i686-cygwin")
|
, linkStatic ? (stdenv.hostPlatform.system == "i686-cygwin")
|
||||||
|
, autoreconfHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -20,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0b5b5p8c7bslc6fslcr1nj9136412v3qcvbg6yxi9argq9g72v8c";
|
sha256 = "0b5b5p8c7bslc6fslcr1nj9136412v3qcvbg6yxi9argq9g72v8c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./CVE-2016-3189.patch
|
./CVE-2016-3189.patch
|
||||||
./cve-2019-12900.patch
|
./cve-2019-12900.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user