]> git.pld-linux.org Git - packages/mozjs68.git/blobdiff - no-rust.patch
- rust is not needed tro build pure C++ library
[packages/mozjs68.git] / no-rust.patch
diff --git a/no-rust.patch b/no-rust.patch
new file mode 100644 (file)
index 0000000..9c5df9c
--- /dev/null
@@ -0,0 +1,14 @@
+--- firefox-68.7.0/js/moz.configure~   2020-04-03 21:29:56.000000000 +0200
++++ firefox-68.7.0/js/moz.configure    2020-05-01 10:20:08.759893678 +0200
+@@ -18,11 +18,6 @@
+ option(env='JS_STANDALONE', default=building_js,
+        help='Reserved for internal use')
+-include('../build/moz.configure/rust.configure',
+-        when='--enable-compile-environment')
+-include('../build/moz.configure/bindgen.configure',
+-        when='--enable-compile-environment')
+-
+ @depends('JS_STANDALONE')
+ def js_standalone(value):
+     if value:
This page took 0.064537 seconds and 4 git commands to generate.