From 9673c10a272ecad4576417c070e7b41b54544896 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Mon, 21 Mar 2016 02:10:41 +0100 Subject: [PATCH] Revert "skip added debuginfo for now, hits rpm bugs" This reverts commit ee59b253e9c3f83b731898de2df71c62d045ceb4. --- qt5-qtwebengine.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index e6317a7..8355b49 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -309,8 +309,7 @@ export CXXFLAGS="%{optflags} -fno-delete-null-pointer-checks" mkdir %{_target_platform} pushd %{_target_platform} -%{qmake_qt5} WEBENGINE_CONFIG+="use_system_icu" .. -# skip CONFIG+="webcore_debug v8base_debug" for now, hits rpm bugs +%{qmake_qt5} CONFIG+="webcore_debug v8base_debug" WEBENGINE_CONFIG+="use_system_icu" .. # workaround, disable parallel compilation as it fails to compile in brew make %{?_smp_mflags} @@ -425,7 +424,8 @@ popd %changelog * Fri Mar 18 2016 Kevin Kofler - 5.6.0-3 -- Force -fno-delete-null-pointer-checks through CFLAGS/CXXFLAGS, Qt flags not used here +- Build with CONFIG+="webcore_debug v8base_debug" +- Force -fno-delete-null-pointer-checks through CXXFLAGS, Qt flags not used here * Fri Mar 18 2016 Kevin Kofler - 5.6.0-2 - Avoid checking for the nonexistent icudtl.dat and silence the warnings