Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=444735





--- Comment #20 from Mamoru Tasaka <[EMAIL PROTECTED]>  2008-08-10 07:52:14 EDT 
---
Well, by the time gcc issue is fixed on F-9, I propose a workaround like:

%build
#%% configure --disable-static
%configure --enable-shared
%if 0%{?fedora} == 9
# First build source as much as possible
# Next downgrade optimization level due to gcc ICE (bug 450889)
make -k %{?_smp_mflags} || :
make %{?_smp_mflags} CFLAGS="`echo %optflags | sed -e 's|-O2|-O|'`"
%else
make %{?_smp_mflags}
%endif

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to