* Makefile.util.def (grub-ofpathname): Add missing ldadd.
This commit is contained in:
parent
3626810e53
commit
5bf84df429
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* Makefile.util.def (grub-ofpathname): Add missing ldadd.
|
||||
|
||||
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/misc.c (grub_real_dprintf): Always refresh after
|
||||
|
|
|
@ -252,6 +252,7 @@ program = {
|
|||
ieee1275 = util/ieee1275/ofpath.c;
|
||||
|
||||
ldadd = libgrub.a;
|
||||
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL)';
|
||||
enable = sparc64_ieee1275;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue