- workaround for compiler bug on ia64 (-O0)

This commit is contained in:
Than Ngo 2004-12-08 17:14:46 +00:00
parent 69fb665ab9
commit 8f8fad8e1d
1 changed files with 10 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%define arts 1
Version: 3.3.2
Release: 0.1
Release: 0.2
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -177,6 +177,12 @@ FLAGS="$RPM_OPT_FLAGS"
FLAGS="-O0"
%endif
# workaround for compiler bug on ia64, will be removed later
%ifarch ia64
export CFLAGS="$RPM_OPT_FLAGS -O0"
export CXXFLAGS="$RPM_OPT_FLAGS -O0"
%endif
export CXXFLAGS="$FLAGS -fno-use-cxa-atexit"
export CFLAGS="$FLAGS"
export QTLIB=$QTDIR/lib
@ -380,6 +386,9 @@ exit 0
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Wed Dec 08 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.2
- workaround for compiler bug on ia64 (-O0)
* Fri Dec 03 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.1
- update to 3.3.2
- remove unneeded kdelibs-3.3.1-cvs.patch, kdelibs-3.3.1-xml.patch