Add crypto support to grub-mount

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-12 00:56:20 +01:00
parent b93f1278a3
commit f1f233ba43
2 changed files with 48 additions and 0 deletions

View file

@ -246,6 +246,7 @@ program = {
common = grub-core/disk/host.c;
ldadd = libgrubmods.a;
ldadd = libgrubgcry.a;
ldadd = libgrubkern.a;
ldadd = grub-core/gnulib/libgnu.a;
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse';