]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fixes for netbsd
authorBVK Chaitanya <bvk.groups@gmail.com>
Sat, 5 Jun 2010 06:50:37 +0000 (12:20 +0530)
committerBVK Chaitanya <bvk.groups@gmail.com>
Sat, 5 Jun 2010 06:50:37 +0000 (12:20 +0530)
modules.def

index 5a485f9a5c972b154441c6d469e750276a612b33..91006508374574be930480d91f994eecda887b96 100644 (file)
@@ -209,6 +209,7 @@ program = {
   sparc64_ieee1275 = util/ieee1275/devicemap.c;
 
   ldadd = libgrub.a;
+  ldadd = '$(LIBUTIL)';
   common;
 };
 
@@ -219,6 +220,7 @@ program = {
   source = util/grub-probe.c;
 
   ldadd = libgrub.a;
+  ldadd = '$(LIBUTIL)';
   common;
 };
 
@@ -236,6 +238,7 @@ program = {
   sparc64_ieee1275 = util/lvm.c;
 
   ldadd = libgrub.a;
+  ldadd = '$(LIBUTIL)';
 };
 
 program = {