commit c1aa64ab449e83f1ce0eed0ba8ba5117a0032d35
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu Sep 27 23:11:34 2018 -0500
revert use of %%make_build macro
qt5-qtwebengine-freeworld.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 4132c62..c3ea5d3 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -396,7 +396,7 @@ export NINJA_PATH=%{__ninja}
%{qmake_qt5} CONFIG+="%{debug_config}" \
QMAKE_EXTRA_ARGS+="-system-webengine-icu %{?system_ffmpeg_flag}
-proprietary-codecs" .
-%make_build || make -j2 -O
+make %{?_smp_mflags}
%install
# install the libraries to a special directory to avoid conflict with official
@@ -425,6 +425,7 @@ echo "%{_libdir}/%{name}" \
* Thu Sep 27 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.2-1
- 5.11.2
- exclude %%arm from bootstrap again
+- revert use of %%make_build, it buffers too much output
* Mon Sep 24 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 5.11.1-3
- use bundled minizip on f30+ (rhbz#1632196)
Show replies by date