Skip to content

Commit

Permalink
Merge pull request Lindacoin#47 from CryptoAxl/patch-3
Browse files Browse the repository at this point in the history
make sure secp256k1 only compiled in static mode
  • Loading branch information
nisanb authored Apr 10, 2018
2 parents 9ed5c48 + 35c4061 commit de9cdf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
```
Expand Down

0 comments on commit de9cdf5

Please sign in to comment.