-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with uClibc #76
Comments
Details at rhboot/efivar#76. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> [Thomas: tweak the dependency, efivar still doesn't build with musl.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Nice. This patch can help me!
P.S. Gentoo with uClibc |
I guess it's reasonable to ship this patch in the distro packaging if your distro supports using uClibc. From an upstream perspective, uClibc really needs to be providing modern C headers. Changing every program to hack around a toolchain that's incomplete simply isn't a sustainable plan. |
TWIMC, from February 2017 uClibc-NG has that header. uClibc on the other hand seems abandoned. |
At least efivar can be built in uClibc environment. I have a patch: https://github.com/andy-shev/efivar/commit/2255601757a8a58baddad2d37d0bcc6b003a3732
The text was updated successfully, but these errors were encountered: