Skip to content

Commit adf004a

Browse files
committed
OpenSSL: Do not install the docs
They're really not needed, and take ages to install.
1 parent 6611281 commit adf004a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/tiny_tds/extconf.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ def compile
205205
end
206206

207207
def install
208-
super
208+
unless installed?
209+
execute('install', %Q(#{make_cmd} install_sw install_ssldirs))
210+
end
209211
FileUtils.cp "#{work_path}/libcrypto32-#{version}-#{host}.dll", "#{path}/bin/"
210212
FileUtils.cp "#{work_path}/libssl32-#{version}-#{host}.dll", "#{path}/bin/"
211213
FileUtils.cp "#{work_path}/libcrypto.dll.a", "#{path}/lib/"

0 commit comments

Comments
 (0)