From 1f5ec38c7c42aeefe54931671af80ecc397e76ea Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Thu, 27 Feb 2025 11:13:16 -0700 Subject: [PATCH] disable shared library --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 446df1b..ebbf743 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ c_src/secp256k1/Makefile: else \ cd c_src/secp256k1 && git fetch origin; \ fi - cd c_src/secp256k1 && git reset --hard $(SECP256K1_VERSION) && ./autogen.sh && ./configure --enable-module-recovery $(HOSTFLAG) CFLAGS="$(CFLAGS)"; + cd c_src/secp256k1 && git reset --hard $(SECP256K1_VERSION) && ./autogen.sh && ./configure --disable-shared --enable-module-recovery $(HOSTFLAG) CFLAGS="$(CFLAGS)"; test: $(MIX) eunit