From 7183fb0c150f61be6cea6dee0be27d96e469f960 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 1 Mar 2017 12:58:53 +0100 Subject: [PATCH] Temporarily work around mozjs intl api check https://bugzilla.gnome.org/show_bug.cgi?id=779412 --- gjs.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gjs.spec b/gjs.spec index f21829c..c097846 100644 --- a/gjs.spec +++ b/gjs.spec @@ -57,6 +57,9 @@ the functionality of the installed gjs package. %setup -q %build +# Work around https://bugzilla.gnome.org/show_bug.cgi?id=779412 +export ac_cv_path_JS_INTERP=/usr/bin/true + (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; %configure --disable-static --enable-installed-tests)