Skip to content

Commit

Permalink
Updating freebsd to omit the devcrypto engine which is currently brea…
Browse files Browse the repository at this point in the history
…king openssl compilation

Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed Jun 21, 2024
1 parent dce330b commit e162bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"shared",
]

configure_args += "no-devcryptoeng" if freebsd?
configure_args += ["no-devcryptoeng"] if freebsd?

configure_args += ["--libdir=#{install_dir}/embedded/lib"] if version.satisfies?(">=3.0.1")

Expand Down

0 comments on commit e162bb3

Please sign in to comment.