Try unsetting CXXFLAGS between qmake and make

This commit is contained in:
Kevin Kofler 2016-12-04 01:45:39 +01:00
parent 5a6a0f35cb
commit 49294d050a
1 changed files with 5 additions and 0 deletions

View File

@ -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 <helio@kde.org> - 5.7.1-1
- New upstream version