I know this isn't covered by the BLFS book, but I figured I'd share anyway.

While rebuilding Grub-2.00 to support extra parameters such as themes I 
discovered a typo in one of the files:

util/grub-mkfont.c

at line 42:

#include <freetype/ftsynth.h>

Should be marked as:

#include <freetype2/ftsynth.h>

To support BLFS package freetype-2.11.1.

If file is not edited during a subsequent rebuild, the system will generate a 
make 
error and stop the build.

Thanks,
James
                                          
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to