From cdea308edddfd221a6d49fbe61ae582ae55931bd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Sep 2021 08:35:36 +0200 Subject: extra/firefox: forgot to remove mach buildsymbols --- extra/firefox/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra/firefox') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 63e84640..96bfabae 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -206,6 +206,13 @@ makedepends+=(gcc10) # do not build and phone back symbols, fails anyway with: # "panic occurred at library/alloc/src/raw_vec.rs:537: capacity overflow\n" in # dump_syms (see also FS32#174) +eval "$( + declare -f build | \ + sed ' + /echo.*symbol archive/,/mach buildsymbols/{s/\(.*\)/#\1/g} + ' +)" + eval "$( declare -f package | \ sed ' -- cgit v1.2.3-54-g00ecf