diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-22 10:26:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-09-22 10:26:39 +0200 |
commit | 421c902927325b3308d039342660797c1f8e4edf (patch) | |
tree | 2040066e0523f16fb031511923684d07f97d2fa6 /package/firefox/patches/patch-build_moz_configure_flags_configure | |
parent | 6ad1911de32149ab7d2c2934be49642ac6754216 (diff) |
firefox: update to 129.0.2
Diffstat (limited to 'package/firefox/patches/patch-build_moz_configure_flags_configure')
-rw-r--r-- | package/firefox/patches/patch-build_moz_configure_flags_configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/firefox/patches/patch-build_moz_configure_flags_configure b/package/firefox/patches/patch-build_moz_configure_flags_configure new file mode 100644 index 000000000..c0ac77a7c --- /dev/null +++ b/package/firefox/patches/patch-build_moz_configure_flags_configure @@ -0,0 +1,13 @@ +--- firefox-129.0.2.orig/build/moz.configure/flags.configure 2024-08-19 21:21:42.000000000 +0200 ++++ firefox-129.0.2/build/moz.configure/flags.configure 2024-09-08 06:27:20.661198142 +0200 +@@ -72,10 +72,6 @@ def link_libstdcxx_statically( + ) + + +-@depends(when=link_libstdcxx_statically) +-def check_libstdcxx_linkage(): +- die("Firefox does not support linking statically with libstdc++") +- + + check_and_add_flag( + "-mieee", |