Merge #135655: spidermonkey_78: fix build on armv7l (into staging-21.05)
This commit is contained in:
commit
dd00c92fba
@ -1,5 +1,6 @@
|
|||||||
{ lib, stdenv
|
{ lib, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, fetchpatch
|
||||||
, autoconf213
|
, autoconf213
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, perl
|
, perl
|
||||||
@ -27,6 +28,15 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0zjpzkxx3wc2840d7q4b9lnkj1kwk1qps29s9c83jf5y6xclnf9q";
|
sha256 = "0zjpzkxx3wc2840d7q4b9lnkj1kwk1qps29s9c83jf5y6xclnf9q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Fix build failure on armv7l using Debian patch
|
||||||
|
# Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526653
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://salsa.debian.org/mozilla-team/firefox/commit/fd6847c9416f9eebde636e21d794d25d1be8791d.patch";
|
||||||
|
sha256 = "02b7zwm6vxmk61aj79a6m32s1k5sr0hwm3q1j4v6np9jfyd10g1j";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
setOutputFlags = false; # Configure script only understands --includedir
|
setOutputFlags = false; # Configure script only understands --includedir
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user