Skip to content

Commit

Permalink
OpenSSL: Do not install the docs
Browse files Browse the repository at this point in the history
They're really not needed, and take ages to install.
  • Loading branch information
orgads committed Mar 15, 2017
1 parent 6611281 commit adf004a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ext/tiny_tds/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ def compile
end

def install
super
unless installed?
execute('install', %Q(#{make_cmd} install_sw install_ssldirs))
end
FileUtils.cp "#{work_path}/libcrypto32-#{version}-#{host}.dll", "#{path}/bin/"
FileUtils.cp "#{work_path}/libssl32-#{version}-#{host}.dll", "#{path}/bin/"
FileUtils.cp "#{work_path}/libcrypto.dll.a", "#{path}/lib/"
Expand Down

0 comments on commit adf004a

Please sign in to comment.