pmnsh: update secp256k1 configure flags

Just used the ones from the most recent nixpkgs, except I kept
--disable-shared.
This commit is contained in:
Jōshin 2021-12-09 00:54:15 -08:00
parent dbb6a09564
commit 8396f1e39e
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -40,7 +40,7 @@
"include": "include",
"lib": ".libs",
"make": "libsecp256k1.la",
"prepare": "./autogen.sh && ./configure --disable-shared --enable-module-recovery CFLAGS=-DSECP256K1_API="
"prepare": "./autogen.sh && ./configure --disable-shared --enable-benchmark=no --enable-exhaustive-tests=no --enable-experimental --enable-module-ecdh --enable-module-recovery --enable-module-schnorrsig --enable-tests=yes CFLAGS=-DSECP256K1_API="
},
"repo": "secp256k1",
"rev": "7973576f6e3ab27d036a09397152b124d747f4ae",