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 build with musl libc #249

Closed
wants to merge 1 commit into from
Closed

Fix build with musl libc #249

wants to merge 1 commit into from

Conversation

ebfe
Copy link
Contributor

@ebfe ebfe commented Sep 22, 2017

CCEQ is not available under musl libc.

CCEQ is not available under musl libc.
mptre added a commit that referenced this pull request Sep 23, 2017
Makes pick compile using musl-libc, reported by Michael Gehring in #249.
@mptre mptre mentioned this pull request Sep 23, 2017
@mptre
Copy link
Owner

mptre commented Sep 23, 2017

Thanks for the PR. I'd rather just inline the macro then, please try out
#250 and let me know if it works.

I'm trying to build with musl on Travis but ran into some issues. How
are you compiling pick with musl? Is anything more than the commands
below necessary? Travis uses Ubuntu and I did install the musl-tools
package.

$ env CC=musl-gcc ./configure
$ make

@ebfe
Copy link
Contributor Author

ebfe commented Sep 23, 2017

#250 is fine too. I'm building on a Void Linux system with musl as the system libc. No other changes necessary here.

@mptre
Copy link
Owner

mptre commented Sep 23, 2017

Great, merged.

Are you packaging pick for Void Linux? If true, consider submitting a PR
with install instructions added to the README.

@mptre mptre closed this Sep 23, 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.

2 participants