summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-10-27 23:35:03 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-11-28 07:17:01 -0500
commite8a5972abd19712d39624ec1413ca6c6cf0b11fe (patch)
tree417bc672cda883a70c3a591a8aa1c26897dadb7f
parent532dfbb8d8a33b1432c1effe5b409d92f5e4af41 (diff)
[icecat][iceweasel]: housekeeping
-rw-r--r--libre/icecat/PKGBUILD2
-rw-r--r--libre/iceweasel/PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index da0432908..18cdc617c 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -89,7 +89,7 @@ sha256sums_i686=('2f0c81a38c4578f68f5456b618fe84a78974072821488173eb55e0e72287e3
validpgpkeys+=('3954A7AB837D0EA9CFA9798925DB7D9B5A8D4B40') # bill-auger (VCS builds)
-## global tweaks and transient hacks ##
+## dependency tweaks ##
# disable PGO for 32-bit arches
_should_skip_pgo=0 # for x86_64 (try '1' if the build hangs indefinitely)
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 59e6667cf..b68501066 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -148,7 +148,7 @@ validpgpkeys+=('3954A7AB837D0EA9CFA9798925DB7D9B5A8D4B40') # bill-auger
# _mozilla_api_key=e05d56db0a694edc8b5aaebda3f2db6a # anti-feature
-## global tweaks and transient hacks ##
+## dependency tweaks ##
# disable PGO for 32-bit arches
_should_skip_pgo=0 # for x86_64 (try '1' if the build hangs indefinitely)
@@ -166,7 +166,7 @@ armv7h)
i686)
_should_skip_pgo=1
- echo "i686 v>104<106 failed to build - i686 v106 fails to build without --disable-webrtc"
+ echo "i686 v>104<106 failed to build - i686 v106 fails to build without --disable-webrtc"
;;
esac
@@ -381,6 +381,8 @@ END
cat .mozconfig >> ../mozconfig
;;
i686)
+ echo "FIXME: i686 iceweasel v>104 has known build failures"
+
export MOZ_SOURCE_CHANGESET="DEVEDITION_${pkgver//./_}_RELEASE"
# export MOZ_MAKE_FLAGS=-j2