electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 41d9c1988f7d7f224db51775ba2e5ca9253fd9ae
parent 89ddc1345d5613d0ae7621ec2d063754d2e3b158
Author: ghost43 <somber.night@protonmail.com>
Date:   Mon, 22 Jun 2020 01:52:04 +0000

Merge pull request #6251 from fanquake/libsecp256k1_no_jni

contrib: update libsecp256k1 configure after upstream bump
Diffstat:
Mcontrib/make_libsecp256k1.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/make_libsecp256k1.sh b/contrib/make_libsecp256k1.sh @@ -49,8 +49,9 @@ info "Building $pkgname..." --enable-module-recovery \ --enable-experimental \ --enable-module-ecdh \ - --disable-jni \ + --disable-benchmark \ --disable-tests \ + --disable-exhaustive-tests \ --disable-static \ --enable-shared || fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again." fi