Hi Currently nfs-utils 1.1.2 does not build correctly. The reason is that there are certain tools which are passed in CFLAGS in their makefiles even though they are to be build using host compiler for them to be run on host machine. Current builds use target headers to build them due to CFLAGS funkiness where we have alters system include dirs. This goes ok with arm and x86 but on mips you see errors. This patch fixes the issue OK for .dev Thx -Khem