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

enhance: refurbished bzip2 build script #93

Merged
merged 1 commit into from
Nov 7, 2021

Conversation

j8xixo12
Copy link
Collaborator

@j8xixo12 j8xixo12 commented Nov 7, 2021

The root cause of #92 is bzip2 using -soname as LDFLAGS in makefile, but MacOS default C compiler is clang and the LDFLAGS is -install_name, so devenv failed to build bzip2 at MacOS.

It seems bzip2 currently migrated from sourceware to gitlab, and it using CMake instead of pure Makefile, so I refurbished bzip2 build script.

Here is the result of GitHub workflow : Result

@j8xixo12 j8xixo12 added the enhancement New feature or request label Nov 7, 2021
@j8xixo12 j8xixo12 self-assigned this Nov 7, 2021
@tai271828
Copy link
Collaborator

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants