Skip to content

Commit

Permalink
build: Disable secp256k1 OpenSSL tests
Browse files Browse the repository at this point in the history
This is a temporary fix until we can backport the removal of these tests
in bitcoin-core/secp256k1#983.

Closes zcash#6180.
  • Loading branch information
str4d committed Sep 27, 2022
1 parent 4817fca commit 69ebc1f
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 @@ -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
Expand Down

0 comments on commit 69ebc1f

Please sign in to comment.