From: hsbt@... Date: 2017-10-20T02:37:32+00:00 Subject: [ruby-core:83416] [Ruby trunk Feature#13653] Bundled zlib helper Issue #13653 has been updated by hsbt (Hiroshi SHIBATA). Target version set to next minor To. shyouhei Thanks for your explanation. I updated my pull request. It only download and add zlib source files to ruby package(like tar ball) https://patch-diff.githubusercontent.com/raw/ruby/ruby/pull/1638.diff I try to this helper to ruby-build or add this feature to Ruby 2.6. ---------------------------------------- Feature #13653: Bundled zlib helper https://bugs.ruby-lang.org/issues/13653#change-67381 * Author: hsbt (Hiroshi SHIBATA) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: next minor ---------------------------------------- I created experimentally implementation for zlib-binding helper of bundled build. * https://github.com/ruby/ruby/pull/1638 * https://patch-diff.githubusercontent.com/raw/ruby/ruby/pull/1638.patch I also maintain ruby-build that is multi-platform build wrapper for ruby. I often got build failure report caused to missing zlib headers. examples are here. * https://github.com/rbenv/ruby-build/issues/832 * https://github.com/rbenv/ruby-build/issues/780 I hope to resolve this situation for ruby users. my patch make to build zlib-binding with bundled zlib sources. It only enabled when It was given `--enable-bundled-zlib` option with `configure` phase. -- https://bugs.ruby-lang.org/ Unsubscribe: