]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix test program build on GNU/kFreeBSD.
authorColin Watson <cjwatson@ubuntu.com>
Mon, 22 Nov 2010 18:22:50 +0000 (18:22 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 22 Nov 2010 18:22:50 +0000 (18:22 +0000)
* Makefile.util.def (example_unit_test): Add `$(LIBZFS)
$(LIBNVPAIR)' library dependencies.

ChangeLog
Makefile.util.def

index 7fb54fc99c391238964c7ce195bc0fbda5bfe704..03f5f5e19d9c53b51a072aeda646d489c4a1e7a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-22  Colin Watson  <cjwatson@ubuntu.com>
+
+       Fix test program build on GNU/kFreeBSD.
+
+       * Makefile.util.def (example_unit_test): Add `$(LIBZFS)
+       $(LIBNVPAIR)' library dependencies.
+
 2010-11-22  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-install.in: Fix parsing of --grub-mkrelpath= option.
index 94dfb104489cd3f1bcfc58e32bca6e8bbe28da8d..748bb1c59e68e05b5ae41792bc5008aeede3e85a 100644 (file)
@@ -607,7 +607,7 @@ program = {
   ldadd = libgrubmods.a;
   ldadd = libgrubkern.a;
   ldadd = grub-core/gnulib/libgnu.a;
-  ldadd = '$(LIBDEVMAPPER)';
+  ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR)';
 };
 
 program = {