From 7147de33ddcd0bbf9eff44edfdeaf1698b77e45e Mon Sep 17 00:00:00 2001 From: Sean Porter Date: Thu, 3 Mar 2016 14:07:53 -0800 Subject: [PATCH] [windows-winsw] working ssl --- recipes/sensu.rake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/sensu.rake b/recipes/sensu.rake index 8dfead4..a7f8651 100644 --- a/recipes/sensu.rake +++ b/recipes/sensu.rake @@ -15,7 +15,9 @@ Bunchr::Software.new do |t| if t.ohai['os'] == 'windows' install_prefix = "#{Bunchr.install_dir}\\embedded" - compile_options << " --with-ssl-dir=#{install_prefix}" + compile_options << " --with-ssl-dir=#{install_prefix}\\bin" + compile_options << " --with-ssl-lib=#{install_prefix}\\lib" + compile_options << " --with-ssl-include=#{install_prefix}\\include" compile_options << " --with-opt-include=#{install_prefix}\\include" end