skip added debuginfo for now, hits rpm bugs

This commit is contained in:
Rex Dieter 2016-03-20 19:10:06 -05:00
parent bd99caed44
commit ee59b253e9
1 changed files with 3 additions and 3 deletions

View File

@ -309,7 +309,8 @@ export CXXFLAGS="%{optflags} -fno-delete-null-pointer-checks"
mkdir %{_target_platform}
pushd %{_target_platform}
%{qmake_qt5} CONFIG+="webcore_debug v8base_debug" WEBENGINE_CONFIG+="use_system_icu" ..
%{qmake_qt5} WEBENGINE_CONFIG+="use_system_icu" ..
# skip CONFIG+="webcore_debug v8base_debug" for now, hits rpm bugs
# workaround, disable parallel compilation as it fails to compile in brew
make %{?_smp_mflags}
@ -424,8 +425,7 @@ popd
%changelog
* Fri Mar 18 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-3
- Build with CONFIG+="webcore_debug v8base_debug"
- Force -fno-delete-null-pointer-checks through CXXFLAGS, Qt flags not used here
- Force -fno-delete-null-pointer-checks through CFLAGS/CXXFLAGS, Qt flags not used here
* Fri Mar 18 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-2
- Avoid checking for the nonexistent icudtl.dat and silence the warnings