summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-21 19:18:18 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-21 19:18:18 +0200
commit304e6f088eddf653dde23c5c6877f7c951bee0f4 (patch)
tree1242fa510025151a30d886bf8c5b6ed80f60e98e /extra/firefox/PKGBUILD
parentd33053e835cb907847878e34b5110aab240bc08b (diff)
downloadpackages-304e6f088eddf653dde23c5c6877f7c951bee0f4.tar.xz
extra/firefox: avoid another python check running OOM
Diffstat (limited to 'extra/firefox/PKGBUILD')
-rw-r--r--extra/firefox/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index 2ea1d935..846cd71a 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -99,3 +99,12 @@ eval "$(
'
)"
+# readelf: Error: Unable to seek to 0x801db328 for section headers
+source+=('avoid-libxul-OOM-python-check.patch')
+sha256sums+=('00b7019218d015a11670d566bff6d62872357c29ee7f9ef4d29a7f63c46227b6')
+eval "$(
+ declare -f prepare | \
+ sed '
+ $ i patch -p1 -i "$srcdir/avoid-libxul-OOM-python-check.patch"
+ '
+)"