From 49294d050a1a7c952753460c926de79c9e4f1f7a Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sun, 4 Dec 2016 01:45:39 +0100 Subject: [PATCH] Try unsetting CXXFLAGS between qmake and make --- qt5-qtwebengine.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 0e2fe66..6be67be 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -351,6 +351,10 @@ pushd %{_target_platform} %{qmake_qt5} CONFIG+="webcore_debug v8base_debug force_debug_info" WEBENGINE_CONFIG+="use_system_icu use_system_protobuf" .. +# if we keep this set here, gyp picks up duplicate flags +unset CXXFLAGS +export CXXFLAGS + # workaround, disable parallel compilation as it fails to compile in brew make %{?_smp_mflags} @@ -470,6 +474,7 @@ popd - Try enabling arm_neon unconditionally, #1282495 should be fixed even in F23 - Remove Android depenencies from openmax_dl ARM NEON detection (detect.c) - webrtc: Inline arm_neon.gypi because gyp is not picking up flags from it +- Try unsetting CXXFLAGS between qmake and make * Thu Nov 10 2016 Helio Chissini de Castro - 5.7.1-1 - New upstream version