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

splitted
This commit is contained in:
Than Ngo 2009-02-09 14:01:39 +00:00
parent 0f832098f9
commit 35bda175f3
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ unset QTDIR
# workaround for "Error: operand out of range", language.cpp needs to be splitted
%ifarch ppc64
make -C src Makefile.libdoxygen
sed -i -e "s|-o ../objects/language.o|-fno-merge-constants -fsection-anchors -o ../objects/language.o|" src/Makefile.libdoxygen
%endif