build: Disable secp256k1 OpenSSL tests

This is a temporary fix until we can backport the removal of these tests
in bitcoin-core/secp256k1#983.

Closes zcash/zcash#6180.
This commit is contained in:
Jack Grigg 2022-09-27 22:56:40 +00:00
parent 4817fcaa34
commit 69ebc1fe34
1 changed files with 1 additions and 1 deletions

View File

@ -1195,7 +1195,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
unset PKG_CONFIG_LIBDIR
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-openssl-tests"
AC_CONFIG_SUBDIRS([src/secp256k1 src/univalue])
AC_OUTPUT