Print this page
grub patch

*** 302,311 **** --- 302,326 ---- ldadd = grub-core/gnulib/libgnu.a; ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)'; }; program = { + name = grub-solarislst2cfg; + installdir = sbin; + mansection = 8; + common = util/grub-solarislst2cfg.c; + common = util/ieee1275/ofpath.c; + common = grub-core/kern/emu/argp_common.c; + + ldadd = libgrubmods.a; + ldadd = libgrubgcry.a; + ldadd = libgrubkern.a; + ldadd = grub-core/gnulib/libgnu.a; + ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)'; + }; + + program = { name = grub-bios-setup; installdir = sbin; mansection = 8; common = util/grub-setup.c; common = util/lvm.c;