workaround for "Error: operand out of range", language.cpp needs to be
splitted
This commit is contained in:
parent
e9d0678d04
commit
26b7892402
@ -55,10 +55,6 @@ are used by doxygen.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
unset QTDIR
|
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 \
|
./configure \
|
||||||
--prefix %{_prefix} \
|
--prefix %{_prefix} \
|
||||||
@ -68,6 +64,11 @@ sed -i -e "s|-o ../objects/language.o|-fno-merge-constants -fsection-anchors -o
|
|||||||
%endif
|
%endif
|
||||||
--release
|
--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 %{?_smp_mflags} all
|
||||||
make docs
|
make docs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user