Skip to content

Commit

Permalink
build: explicitly disable libsecp256k1 openssl based tests
Browse files Browse the repository at this point in the history
These tests will fail if built against OpenSSL 3. They have been removed
upstream, bitcoin-core/secp256k1#983, however
rather than backport a subtree update, we can just disable the tests.

See also: bitcoin#23314
  • Loading branch information
fanquake committed Oct 20, 2021
1 parent 12b3154 commit 1483a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ if test x$need_bundled_univalue = xyes; then
AC_CONFIG_SUBDIRS([src/univalue])
fi

ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental --disable-openssl-tests"
AC_CONFIG_SUBDIRS([src/secp256k1])

AC_OUTPUT
Expand Down

0 comments on commit 1483a9c

Please sign in to comment.