Remove OpenSSL libraries from libsnark LDLIBS

Unnecessary in the Zcash libsnark fork.
This commit is contained in:
Jack Grigg 2017-10-17 20:33:28 -07:00
parent 99ca5e1a22
commit d43b32bbfe
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ DEPINST = depinst
CXXFLAGS += -I$(DEPINST)/include -Isrc
LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath,$(DEPINST)/lib
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:
AR_LIBS =
# List of library files to install: