Discussion:
SVN r326458 breaks efivar
(too old to reply)
Michael Butler
2017-12-02 14:58:46 UTC
Permalink
The introduction of efivar-dp-xlate.c into libefivar requires functions
from libgeom yet usr.sbin/efvar doesn't link with it,

imb
Warner Losh
2017-12-02 15:44:27 UTC
Permalink
Post by Michael Butler
The introduction of efivar-dp-xlate.c into libefivar requires functions
from libgeom yet usr.sbin/efvar doesn't link with it,
Yup. I didn't think it would need it since efivar doesn't reference those
new functions, so I didn't test it before the commit. I'd had a mental note
to do it, but just didn't. My bad. Fixed now in r326472.

Warner

Loading...