From 638e742f3f32f8a65e8133f597d2813acad8ab93 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 11 Oct 2017 15:19:33 +0100 Subject: [PATCH] Update libsnark LDLIBS -lsodium is necessary as we altered libsnark to use libsodium's RNG. --- src/snark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snark/Makefile b/src/snark/Makefile index fe565a906..f069d1b0c 100644 --- a/src/snark/Makefile +++ b/src/snark/Makefile @@ -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: