Skip to content

Commit

Permalink
Allow passing --with-openssl-dir for a custom OpenSSL installation (#499
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kalbasit authored Jul 31, 2023
1 parent d6ba307 commit 02feadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased

* Ensure Active Record Trilogy adapter handles AdapterTimeout and ConnectionFailed exceptions. (#497)
* Allow passing --with-openssl-dir for a custom OpenSSL installation. (#499)

# v0.19.1

Expand Down
2 changes: 2 additions & 0 deletions ext/semian/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

require "mkmf"

dir_config("openssl")

abort "openssl is missing. please install openssl." unless find_header("openssl/sha.h")
abort "openssl is missing. please install openssl." unless find_library("crypto", "SHA1")

Expand Down

0 comments on commit 02feadc

Please sign in to comment.