gnome ver. bump
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Philip Chimento <philip.chimento@gmail.com>
|
||||
Date: Wed, 16 Jul 2025 22:50:50 -0700
|
||||
Subject: [PATCH] Bug 1973994 - mozjs-140.pc does not contain -DXP_UNIX on
|
||||
Linux
|
||||
|
||||
Temporary fix.
|
||||
---
|
||||
js/src/js-config.h.in | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/js/src/js-config.h.in b/js/src/js-config.h.in
|
||||
index 8372623586f7..498ea968baf4 100644
|
||||
--- a/js/src/js-config.h.in
|
||||
+++ b/js/src/js-config.h.in
|
||||
@@ -68,4 +68,8 @@
|
||||
#undef MOZJS_MAJOR_VERSION
|
||||
#undef MOZJS_MINOR_VERSION
|
||||
|
||||
+/* Controls API in UniquePtrExtensions.h. */
|
||||
+#undef XP_UNIX
|
||||
+#undef XP_WIN
|
||||
+
|
||||
#endif /* js_config_h */
|
||||
@@ -0,0 +1,24 @@
|
||||
ac_add_options --enable-application=js
|
||||
# mk_add_options MOZ_OBJDIR=${PWD@Q}/obj
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/build
|
||||
|
||||
ac_add_options --prefix=/usr
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-hardening
|
||||
ac_add_options --enable-optimize
|
||||
ac_add_options --enable-rust-simd
|
||||
ac_add_options --enable-linker=lld
|
||||
ac_add_options --disable-bootstrap
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --disable-jemalloc
|
||||
ac_add_options --disable-strip
|
||||
|
||||
# System libraries
|
||||
ac_add_options --with-system-zlib
|
||||
ac_add_options --without-system-icu
|
||||
|
||||
# Features
|
||||
ac_add_options --enable-readline
|
||||
ac_add_options --enable-shared-js
|
||||
ac_add_options --enable-tests
|
||||
ac_add_options --with-intl-api
|
||||
Reference in New Issue
Block a user