- Change condition to pass -DENABLE_DATABASE_PROCESS=OFF,

-DENABLE_INDEXED_DATABASE=OFF and -DENABLE_FTL_JIT=OFF to cmake:
  newly on all SLE12 based systems (incl. Leap).

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=69
This commit is contained in:
2016-06-07 10:00:59 +00:00
committed by Git OBS Bridge
parent e1f4f0ca80
commit 44efd7ba34
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ Tue Jun 7 09:12:46 UTC 2016 - dimstar@opensuse.org
- Also apply webkitgtk-disable-gcc-version-checks.patch on Leap
and use GCC 4.8.
- Change condition to pass -DENABLE_DATABASE_PROCESS=OFF,
-DENABLE_INDEXED_DATABASE=OFF and -DENABLE_FTL_JIT=OFF to cmake:
newly on all SLE12 based systems (incl. Leap).
-------------------------------------------------------------------
Fri May 27 11:59:29 UTC 2016 - idonmez@suse.com

View File

@@ -235,7 +235,7 @@ more.
# Disable FTL JIT on SLE until we get llvm >= 3.7 or until
# upstream switches from LLVM to B3 (requires gcc >= 4.9).
%cmake \
%if !0%{?is_opensuse}
%if 0%{?suse_version} == 1315
-DENABLE_DATABASE_PROCESS=OFF \
-DENABLE_INDEXED_DATABASE=OFF \
-DENABLE_FTL_JIT=OFF \