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

musl example #4

Open
secwang opened this issue Jun 23, 2022 · 1 comment
Open

musl example #4

secwang opened this issue Jun 23, 2022 · 1 comment

Comments

@secwang
Copy link

secwang commented Jun 23, 2022

seem like we can replace clang to musl-gcc to build a musl based static curl.should we add this to readme

@gowthamsadasivam
Copy link

@secwang Could you please elaborate on this?

Do you mean replacing the clang in line number 35 of the file build.sh like shown below:

from

apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static

to

apk add build-base clang openssl-dev nghttp2-dev nghttp2-static libssh2-dev libssh2-static

Will build a musl based static curl?

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

No branches or pull requests

2 participants