mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 07:55:22 +00:00
* Makefile.util.def: Add forgotten $(LIBINTL) library.
This commit is contained in:
parent
2f4e8053e0
commit
c836b030ae
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-19 Yves Blusseau <blusseau@zetam.org>
|
||||||
|
|
||||||
|
* Makefile.util.def: Add forgotten $(LIBINTL) library.
|
||||||
|
|
||||||
2010-09-19 BVK Chaitanya <bvk.groups@gmail.com>
|
2010-09-19 BVK Chaitanya <bvk.groups@gmail.com>
|
||||||
|
|
||||||
* util/grub-mkconfig.in: Check the config script for syntax errors
|
* util/grub-mkconfig.in: Check the config script for syntax errors
|
||||||
|
@ -576,5 +576,5 @@ program = {
|
|||||||
common = grub-core/lib/i386/pc/vesa_modes_table.c;
|
common = grub-core/lib/i386/pc/vesa_modes_table.c;
|
||||||
|
|
||||||
ldadd = libgrub.a;
|
ldadd = libgrub.a;
|
||||||
ldflags = '$(LIBDEVMAPPER)';
|
ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user