diff options
author | Dan Horák <dan@danny.cz> | 2014-09-15 11:22:26 +0200 |
---|---|---|
committer | Dan Horák <dan@danny.cz> | 2014-09-15 11:22:26 +0200 |
commit | 687f1c6a547261e8252984e72c2a0918b2f7ac2a (patch) | |
tree | 099a679e44492d5f8cdb112f39d880c341317e1e /firefox.spec | |
parent | Fix for geolocation api (diff) | |
download | librewolf-fedora-ff-687f1c6a547261e8252984e72c2a0918b2f7ac2a.tar.gz librewolf-fedora-ff-687f1c6a547261e8252984e72c2a0918b2f7ac2a.tar.bz2 librewolf-fedora-ff-687f1c6a547261e8252984e72c2a0918b2f7ac2a.zip |
backport js/src/configure.in changes for secondary arches
fixes build on s390(x) and ppc64le (rhbz#1140157 and rhbz#1140159)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 7a7dda9..c68f883 100644 --- a/firefox.spec +++ b/firefox.spec @@ -111,6 +111,8 @@ Patch3: mozilla-build-arm.patch Patch18: xulrunner-24.0-jemalloc-ppc.patch # workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found) Patch19: xulrunner-24.0-s390-inlines.patch +# backport js/src/configure.in changes for secondary arches +Patch20: xulrunner-32.0-backport-js-src-configure-in.patch # Fedora specific patches # Unable to install addons from https pages @@ -224,6 +226,7 @@ cd %{tarballdir} %endif %patch18 -p2 -b .jemalloc-ppc %patch19 -p2 -b .s390-inlines +%patch20 -p2 -b .js-configure # For branding specific patches. |