Fix test program build on GNU/kFreeBSD.
* Makefile.util.def (example_unit_test): Add `$(LIBZFS) $(LIBNVPAIR)' library dependencies.
This commit is contained in:
parent
e6f63338f7
commit
14e8b279e9
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -607,7 +607,7 @@ program = {
|
|||
ldadd = libgrubmods.a;
|
||||
ldadd = libgrubkern.a;
|
||||
ldadd = grub-core/gnulib/libgnu.a;
|
||||
ldadd = '$(LIBDEVMAPPER)';
|
||||
ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR)';
|
||||
};
|
||||
|
||||
program = {
|
||||
|
|
Loading…
Reference in a new issue