Removed -lcrypto from Makefile - OpenSSL is no longer a dependency.
This commit is contained in:
parent
3fc8409dfd
commit
cf1200cab1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -17,9 +17,9 @@ ifndef NOSHM
|
|||
override CPPFLAGS += -DSHM_ENABLED=1
|
||||
endif
|
||||
|
||||
LDLIBS = -lcrypto
|
||||
LDLIBS =
|
||||
THREADLIB = -lpthread -lrt
|
||||
LDLIBS = -lcrypto $(THREADLIB)
|
||||
LDLIBS = $(THREADLIB)
|
||||
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
|
|
Loading…
Add table
Reference in a new issue