[gnome-build-meta/abderrahim/simplify-publish: 4/4] sdk/mozjs68.bst: drop workaround for 32-bit builds



commit f2145a161811d203b0682afab3cba5a4512ccbc2
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sat May 23 13:13:20 2020 +0100

    sdk/mozjs68.bst: drop workaround for 32-bit builds

 elements/sdk/mozjs68.bst | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/elements/sdk/mozjs68.bst b/elements/sdk/mozjs68.bst
index 4efdcf66..d767d35c 100644
--- a/elements/sdk/mozjs68.bst
+++ b/elements/sdk/mozjs68.bst
@@ -14,18 +14,12 @@ build-depends:
 depends:
 - freedesktop-sdk.bst:bootstrap-import.bst
 variables:
-  mozjs_target: ''
-  (?):
-  - arch == "i686":
-      mozjs_target: --host=i686-unknown-linux-gnu
-  - arch == "arm":
-      mozjs_target: --host=armv7-unknown-linux-gnueabihf
   command-subdir: _build
 environment:
   PATH: /usr/bin:/usr/lib/sdk/rust/bin
 config:
   configure-commands:
-  -  ../js/src/configure --prefix=%{prefix} --libdir=%{libdir} --disable-jemalloc 
--enable-unaligned-private-values AUTOCONF=autoconf %{mozjs_target}
+  -  ../js/src/configure --prefix=%{prefix} --libdir=%{libdir} --disable-jemalloc 
--enable-unaligned-private-values AUTOCONF=autoconf
   build-commands:
   - make
   install-commands:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]