summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-09-12 09:03:48 +0000
committerJan Alexander Steffens (heftig)2023-09-12 09:04:03 +0000
commitfa8490f9e092bb487cef436be7293682a4b7a8e7 (patch)
tree26837589b8d2db0963487c4aae9b70b8df2fc870
parented5cac65049974f25c45601091433cbf45e769ed (diff)
downloadaur-fa8490f9e092bb487cef436be7293682a4b7a8e7.tar.gz
119.0a1+20230912.1+h3cf19f416a7b-1: Sync with firefox main
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac32ec90fc6..3bcaa40fbd11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-nightly
pkgdesc = Development version of the popular Firefox web browser
- pkgver = 118.0a1+20230811.1+h44a65eeab0b4
+ pkgver = 119.0a1+20230912.1+h3cf19f416a7b
pkgrel = 1
url = https://www.mozilla.org/firefox/channel/#nightly
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d387d30e5748..5ffda3eff2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox-nightly
-pkgver=118.0a1+20230811.1+h44a65eeab0b4
+pkgver=119.0a1+20230912.1+h3cf19f416a7b
pkgrel=1
pkgdesc="Development version of the popular Firefox web browser"
url="https://www.mozilla.org/firefox/channel/#nightly"
@@ -174,6 +174,10 @@ build() {
export MOZ_ENABLE_FULL_SYMBOLS=1
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=pip
+ # malloc_usable_size is used in various parts of the codebase
+ CFLAGS="${CFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+ CXXFLAGS="${CXXFLAGS/_FORTIFY_SOURCE=3/_FORTIFY_SOURCE=2}"
+
# LTO needs more open files
ulimit -n 4096