What is the exact configure command that you used? Did you disable, among others, libblkid?
It should be:
Code:
PKG_CONFIG=/tools/bin/true LDFLAGS="-lblkid -luuid" \
../configure --prefix=/usr --with-root-prefix="" \
--enable-elf-shlibs --disable-libblkid --disable-libuuid \
--disable-uuidd --disable-fsck
The blkid parts are done in this chapter: 6.21. Util-linux-2.20.1