Skip to content
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

Fix uClibc build #164

Closed
wants to merge 1 commit into from
Closed

Fix uClibc build #164

wants to merge 1 commit into from

Conversation

bkuhls
Copy link
Contributor

@bkuhls bkuhls commented May 28, 2017

uClibc defines GLIBC but does not contain libc-version.h leading to
a build error:

./include/private/gcconfig.h:1426:72: fatal error: gnu/libc-version.h: No such file or directory
 #         include <gnu/libc-version.h> /* for gnu_get_libc_version() */

uClibc defines __GLIBC__ but does not contain libc-version.h leading to
a build error:

./include/private/gcconfig.h:1426:72: fatal error: gnu/libc-version.h: No such file or directory
 #         include <gnu/libc-version.h> /* for gnu_get_libc_version() */
@ivmai
Copy link
Owner

ivmai commented May 29, 2017

Merged to master: 047230b

@ivmai ivmai closed this May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants