Dear Maintainer,
Hello,
Using the rebuild infrastructure, your package fails to build with clang instead of gcc.
The error message is like this:
I found this is because of one recipe's dependency wasn't satisfied when
building this package with clang. I found a similar case here http://lists.busybox.net/pipermail/busybox/2013-January/078871.html.
But changing optimization level which was mentioned in this thread wasn't
worked for this package. So I fixed it by simply add a conditional statement
in makefile to deal with this difference.
Many thanks,
Joseph.