From 903c50089b251dca5f647966356bc8c494538783 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Nov 30 2017 06:52:45 +0000 Subject: Temporarily disable bmalloc --- diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 60c4876..954ac53 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.19.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -181,6 +181,10 @@ rm -rf Source/ThirdParty/qunit/ # Disable ld.gold on s390 as it does not have it. # Also for aarch64 as the support is in upstream, but not packaged in Fedora. +# +# I really didn't want to do so, but looks like I have to disable bmalloc +# temporarily due to +# https://bugs.webkit.org/show_bug.cgi?id=179914 mkdir -p %{_target_platform} pushd %{_target_platform} %cmake \ @@ -194,9 +198,7 @@ pushd %{_target_platform} %ifarch s390 s390x ppc %{power64} -DENABLE_JIT=OFF \ %endif -%ifarch s390 s390x ppc %{power64} -DUSE_SYSTEM_MALLOC=ON \ -%endif .. popd @@ -278,6 +280,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Nov 30 2017 Tomas Popela - 2.19.2-2 +- Temporarily disable bmalloc + * Tue Nov 21 2017 Tomas Popela - 2.19.2-1 - Update to 2.19.2