Temporarily work around mozjs intl api check
https://bugzilla.gnome.org/show_bug.cgi?id=779412
This commit is contained in:
parent
093fa5e488
commit
7183fb0c15
3
gjs.spec
3
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user