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

[EXPERIMENTAL] static link helper of zlib #1638

Closed
wants to merge 6 commits into from
Closed

[EXPERIMENTAL] static link helper of zlib #1638

wants to merge 6 commits into from

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Jun 2, 2017

This pr makes Ruby programmers can build zlib binding without zlib-devel packages. You can build zlib binding with --enable-bundled-zlib option.

@nobu
Copy link
Member

nobu commented Jun 3, 2017

appveyor needs --enable-bundled-zlib.

@k0kubun k0kubun changed the base branch from trunk to master August 15, 2019 17:36
@hsbt hsbt self-assigned this Aug 23, 2019
It enable to download and extract zlib sources into ext/zlib directory.
We can static build without manually download and extract tarball.
  It's automatically fallback when zlib header was missing.
@hsbt
Copy link
Member Author

hsbt commented Dec 27, 2020

A package file of Ruby 3.0 is contained zlib source and use it with non-zlib environment.

@hsbt hsbt closed this Dec 27, 2020
@hsbt hsbt deleted the download-extlibs-zlib branch December 27, 2020 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants