Browse Source
Merge pull request #6251 from fanquake/libsecp256k1_no_jni
contrib: update libsecp256k1 configure after upstream bump
bip39-recovery
ghost43
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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 |
|
|
|