Hi,
The cflags issue is caused by a subtile but important difference between the
plague / mock (dunno where it comes from) configs for i386/x86_64 and ppc/ppc64.
For example if you look at:
http://buildsys.rpmfusion.org/logs/fedora-8-rpmfusion_nonfree/167-lha-1.1...
And then at:
http://buildsys.rpmfusion.org/logs/fedora-8-rpmfusion_nonfree/167-lha-1.1...
You will see the i386 build fills the buildroot using:
"yum install buildsys-build buildsys-macros"
Which is wrong as there is no such package / provides as buildsys-build, not
buildsys-macros
OTOH, ppc correctly uses:
"yum groupinstall buildsys-build"
Can someone with the necessary rights please fix this?
Regards,
Hans