From 35c406104f79177fdd5034d67fdfebfb0f361b65 Mon Sep 17 00:00:00 2001 From: Alexander <37053067+CryptoAxl@users.noreply.github.com> Date: Mon, 9 Apr 2018 14:01:38 +0200 Subject: [PATCH] make sure secp256k1 only compiled in static mode --- doc/build-unix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 9735df0..2c03df9 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -267,10 +267,10 @@ build libsecp256k1 ``` cd ~/Linda/src/secp256k1 ./autogen.sh -./configure +./configure --enable-static --disable-shared make ``` -Just by precaution, go to secp256k1/.libs dir and delete all non static libs (all except *.a files) to make sure only that one will be used during linking +Just by precaution, go to secp256k1/.libs dir and delete all non static libs (all except *.a files) if present, to make sure only static libs will be used during linking go back to Lindacoin dir to modify Linda-qt.pro if needed : ```