Merge pull request #6251 from fanquake/libsecp256k1_no_jni

contrib: update libsecp256k1 configure after upstream bump
This commit is contained in:
ghost43 2020-06-22 01:52:04 +00:00 committed by GitHub
commit 41d9c1988f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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