From a6710ccd2e1e41eb6b46f87928429083bf527a6a Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Apr 26 2016 13:59:31 +0000 Subject: Fix the build on aarch64 - disable bmalloc as it's crashing when generating the documentation --- diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 8524c8e..558ba5e 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -169,7 +169,7 @@ pushd %{_target_platform} %ifarch s390 s390x ppc %{power64} aarch64 %{mips} -DENABLE_JIT=OFF \ %endif -%ifarch s390 s390x %{arm} ppc %{power64} %{mips} +%ifarch s390 s390x ppc %{power64} %{arm} aarch64 %{mips} -DUSE_SYSTEM_MALLOC=ON \ %endif .. @@ -249,6 +249,10 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Tue Apr 26 2016 Tomas Popela - 2.12.1-2 +- Fix the build on aarch64 - disable bmalloc as it's crashing when generating + the documentation + * Thu Apr 14 2016 Tomas Popela - 2.12.1-1 - Update to 2.12.1