- disable --enable-final on s390x, seems to cause problems

This commit is contained in:
prockai 2006-07-24 12:58:48 +00:00
parent beaccc99a6
commit 4f8bed1284
1 changed files with 3 additions and 0 deletions

View File

@ -256,7 +256,9 @@ fi
--disable-warnings \
%endif
%if %{final}
%ifnarch s390x
--enable-final \
%endif
%endif
--disable-libfam \
--enable-dnotify \
@ -440,6 +442,7 @@ fi
%changelog
* Mon Jul 24 2006 Petr Rockai <prockai@redhat.com> - 6:3.5.4-0.pre1
- prerelease of 3.5.4 (from the first-cut tag)
- disable --enable-final on s390x, seems to cause problems
* Thu Jul 20 2006 Than Ngo <than@redhat.com> 6:3.5.3-11
- apply upstream patches,