Skip to content

Commit

Permalink
Makefile.util.def: add $LIBINTL to grub-macbless flags
Browse files Browse the repository at this point in the history
Fixes compilation on OpenBSD 5.9.

Reported by Jiri B <jirib@devio.us>
  • Loading branch information
arvidjaar committed Mar 13, 2016
1 parent 3c3e96d commit ee83919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.util.def
Expand Up @@ -416,7 +416,7 @@ program = {
ldadd = libgrubgcry.a;
ldadd = libgrubkern.a;
ldadd = grub-core/gnulib/libgnu.a;
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
};

data = {
Expand Down

0 comments on commit ee83919

Please sign in to comment.