Skip to content

Commit

Permalink
Debug and try
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Oct 24, 2024
1 parent bfa5386 commit f90cf9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
command "ls #{install_dir}/embedded/ssl/fipsmodule.cnf"
command "#{windows? ? "Perl.exe" : ""} ./util/wrap.pl -fips #{install_dir}/embedded/bin/openssl list -provider-path providers -provider fips -providers"
command "#{install_dir}/embedded/bin/openssl list -providers"
command "echo 🤔🐴💩 <<< openssl dir >>>"
command "ls #{install_dir}"
end
end
4 changes: 4 additions & 0 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@
project.overrides[:openssl] &&
ChefUtils::VersionString.new(project.overrides[:openssl][:version]).satisfies?(">= 3.0")
configure_command << "--without-openssl --with-openssl-dir=#{install_dir}/embedded"

if version.satisfies?(">= 3.1.6")
configure_command << "--with-openssl-lib=#{install_dir}/lib64"
end
end

# FFS: works around a bug that infects AIX when it picks up our pkg-config
Expand Down

0 comments on commit f90cf9b

Please sign in to comment.