workaround for "Error: operand out of range", language.cpp needs to be

splitted
This commit is contained in:
Than Ngo 2009-02-09 13:14:48 +00:00
parent e9d0678d04
commit 26b7892402
1 changed files with 5 additions and 4 deletions

View File

@ -55,10 +55,6 @@ are used by doxygen.
%build
unset QTDIR
# workaround for "Error: operand out of range", language.cpp needs to be splitted
%ifarch ppc64
sed -i -e "s|-o ../objects/language.o|-fno-merge-constants -fsection-anchors -o ../objects/language.o|"
%endif
./configure \
--prefix %{_prefix} \
@ -68,6 +64,11 @@ sed -i -e "s|-o ../objects/language.o|-fno-merge-constants -fsection-anchors -o
%endif
--release
# workaround for "Error: operand out of range", language.cpp needs to be splitted
%ifarch ppc64
sed -i -e "s|-o ../objects/language.o|-fno-merge-constants -fsection-anchors -o ../objects/language.o|"
%endif
make %{?_smp_mflags} all
make docs