workaround doc multilib conflict
This commit is contained in:
parent
02f3f83763
commit
8af17d767f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user