From a057869aa3c42457570765966cb66accb2375b13 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 18 May 2024 11:12:25 +0800 Subject: build: pass --with-ecmult-gen-kb=86 to secp256k1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dfb7b99756..3addd31029 100644 --- a/configure.ac +++ b/configure.ac @@ -1816,7 +1816,7 @@ CPPFLAGS="$CPPFLAGS_TEMP" if test -n "$use_sanitizers"; then export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS" fi -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-ecmult-gen-kb=86 --enable-benchmark=no --enable-module-recovery --disable-module-ecdh" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT -- cgit v1.2.3