Update libsnark LDLIBS

-lsodium is necessary as we altered libsnark to use libsodium's RNG.
This commit is contained in:
Jack Grigg 2017-10-11 15:19:33 +01:00
parent 4699d0eb36
commit 638e742f3f
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ DEPINST = depinst
CXXFLAGS += -I$(DEPINST)/include -Isrc
LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath,$(DEPINST)/lib
LDLIBS += -lgmpxx -lgmp -lboost_program_options
LDLIBS += -lgmpxx -lgmp -lboost_program_options-mt -lsodium
# OpenSSL and its dependencies (needed explicitly for static builds):
LDLIBS += -lcrypto -ldl -lz
# List of .a files to include within libsnark.a and libsnark.so: