Merge #62873: bind: fix build on some ARMs
This commit is contained in:
commit
a1bb64e792
@ -23,6 +23,12 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
./dont-keep-configure-flags.patch
|
./dont-keep-configure-flags.patch
|
||||||
./remove-mkdir-var.patch
|
./remove-mkdir-var.patch
|
||||||
|
# Fix build on armv6l
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.isc.org/isc-projects/bind9/commit/f546769b8b1077a0ebfe270b8a283469ea3158d0.patch";
|
||||||
|
sha256 = "060f35lj6rr2qg7sy9pwy3946q2bsps4m9knmw15x6n6nmzvxrcv";
|
||||||
|
excludes = [ "CHANGES" ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl ];
|
nativeBuildInputs = [ perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user