add -lutil for netbsd
This commit is contained in:
parent
d5c3b7ce01
commit
c0bb7fb68f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ EXTRA_DIST = autogen.sh gentpl.py Makefile.tpl modules.def geninit.sh
|
|||
include $(top_srcdir)/grub-core/Makefile.vars
|
||||
|
||||
CFLAGS_PROGRAM = $(HOST_CFLAGS) $(CFLAGS_GNULIB)
|
||||
LDFLAGS_PROGRAM = $(HOST_LDFLAGS) $(LDFLAGS_GNULIB) $(LIBINTL)
|
||||
LDFLAGS_PROGRAM = $(HOST_LDFLAGS) $(LDFLAGS_GNULIB) $(LIBINTL) $(LIBUTIL)
|
||||
CPPFLAGS_PROGRAM = $(HOST_CPPFLAGS) $(CPPFLAGS_GNULIB)
|
||||
CCASFLAGS_PROGRAM = $(HOST_CCASFLAGS) $(CCASFLAGS_GNULIB)
|
||||
|
||||
|
|
Loading…
Reference in a new issue