X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fjs.spec;h=4c2995c18be7c6a6ea50d5c5bbf853a97082815c;hb=92a72e2d517464b89a81391206519fda49428087;hp=c9083dfcc489036565ec3e108303cae12475d33c;hpb=9500465fa8a2165c8f014913075c93bf68252420;p=platform%2Fupstream%2Fjs.git diff --git a/packaging/js.spec b/packaging/js.spec index c9083df..4c2995c 100644 --- a/packaging/js.spec +++ b/packaging/js.spec @@ -52,7 +52,12 @@ you will need to install %{name}-devel. export MOZILLA_VERSION=%{version} cd js pushd src -%configure --with-system-nspr --enable-threadsafe +%ifarch aarch64 +export CPPFLAGS+=" -DENABLE_JIT=0 " +export JIT_CONFIG_OPT="--disable-tracejit --disable-methodjit" +%endif +%configure --with-system-nspr --enable-threadsafe $JIT_CONFIG_OPT + popd export BUILD_OPT=1 %{__make} %{?_smp_mflags} -C src \