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

Remove a prebuilt library file. #7

Merged
merged 1 commit into from
Jul 16, 2018
Merged

Remove a prebuilt library file. #7

merged 1 commit into from
Jul 16, 2018

Conversation

ggkollective
Copy link

This file should not be here. While working on #2, I found musl-libc does not support the fortify feature(https://wiki.musl-libc.org/future-ideas.html#Fortify) which has *_chk interface to check the functions like snprintf, so you will get the following error message while linking the binary if you build the project in the certain environment like Alpine Linux which has musl-libc instead of glibc.

undefined reference to `__snprintf_chk'

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.

2 participants