build: pass --with-ecmult-gen-kb=86 to secp256k1

pull/30120/head
fanquake 6 months ago
parent f82a940bbf
commit a057869aa3
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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

Loading…
Cancel
Save