diff --git a/ChangeLog b/ChangeLog index 86f6f204d..3b390d3f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-09-19 Yves Blusseau + + * Makefile.util.def: Add forgotten $(LIBINTL) library. + 2010-09-19 BVK Chaitanya * util/grub-mkconfig.in: Check the config script for syntax errors diff --git a/Makefile.util.def b/Makefile.util.def index 36df8ca28..191938efd 100644 --- a/Makefile.util.def +++ b/Makefile.util.def @@ -576,5 +576,5 @@ program = { common = grub-core/lib/i386/pc/vesa_modes_table.c; ldadd = libgrub.a; - ldflags = '$(LIBDEVMAPPER)'; + ldflags = '$(LIBINTL) $(LIBDEVMAPPER)'; };