workaround doc multilib conflict

This commit is contained in:
Rex Dieter 2014-11-03 19:12:45 -06:00
parent 02f3f83763
commit 8af17d767f
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ pushd %{_target_platform}
make %{?_smp_mflags}
%if 0%{?docs}
# HACK to avoid multilib conflicts in noarch content
# see also https://bugreports.qt-project.org/browse/QTBUG-42071
QT_HASH_SEED=0; export QT_HASH_SEED
make %{?_smp_mflags} docs
%endif
popd