Remove OpenSSL libraries from libsnark LDLIBS
Unnecessary in the Zcash libsnark fork.
This commit is contained in:
@@ -20,8 +20,6 @@ DEPINST = depinst
|
|||||||
CXXFLAGS += -I$(DEPINST)/include -Isrc
|
CXXFLAGS += -I$(DEPINST)/include -Isrc
|
||||||
LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath,$(DEPINST)/lib
|
LDFLAGS += -L$(DEPINST)/lib -Wl,-rpath,$(DEPINST)/lib
|
||||||
LDLIBS += -lgmpxx -lgmp -lboost_program_options-mt -lsodium
|
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:
|
# List of .a files to include within libsnark.a and libsnark.so:
|
||||||
AR_LIBS =
|
AR_LIBS =
|
||||||
# List of library files to install:
|
# List of library files to install:
|
||||||
|
|||||||
Reference in New Issue
Block a user