Skip to content

Commit fcfcbc0

Browse files
authored
Set no-module to fix legacy provider (#259)
1 parent 5162b56 commit fcfcbc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ impl Build {
197197
configure
198198
// No shared objects, we just want static libraries
199199
.arg("no-shared")
200+
.arg("no-module")
200201
// Should be off by default on OpenSSL 1.1.0, but let's be extra sure
201202
.arg("no-ssl3")
202203
// No need to build tests, we won't run them anyway

0 commit comments

Comments
 (0)