bzip2: fix aarch64 build

This commit is contained in:
Maximilian Bosch 2020-01-02 23:57:56 +01:00 committed by Luka Blaskovic
parent 2d5ed2b4b0
commit 01ce36f788

View file

@ -1,5 +1,6 @@
{ stdenv, fetchurl
, linkStatic ? (stdenv.hostPlatform.system == "i686-cygwin")
, autoreconfHook
}:
stdenv.mkDerivation rec {
@ -20,6 +21,8 @@ stdenv.mkDerivation rec {
sha256 = "0b5b5p8c7bslc6fslcr1nj9136412v3qcvbg6yxi9argq9g72v8c";
};
nativeBuildInputs = [ autoreconfHook ];
patches = [
./CVE-2016-3189.patch
./cve-2019-12900.patch