Sha256: 63d5e07fe4906dd7818d531cbbca447684aaa9848894c998df81bb159e476425

Contents?: true

Size: 231 Bytes

Versions: 26

Compression:

Stored size: 231 Bytes

Contents

require 'mkmf'

dir_config("puma_http11")

if %w'crypto libeay32'.find {|crypto| have_library(crypto, 'BIO_read')} and
    %w'ssl ssleay32'.find {|ssl| have_library(ssl, 'SSL_CTX_new')}
  
  create_makefile("puma/puma_http11")
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
puma-2.11.2-java ext/puma_http11/extconf.rb
puma-2.11.2 ext/puma_http11/extconf.rb
puma-2.11.1-java ext/puma_http11/extconf.rb
puma-2.11.1 ext/puma_http11/extconf.rb
puma-2.11.0-java ext/puma_http11/extconf.rb
puma-2.11.0 ext/puma_http11/extconf.rb