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
|
override CPPFLAGS += -DSHM_ENABLED=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDLIBS = -lcrypto
|
LDLIBS =
|
||||||
THREADLIB = -lpthread -lrt
|
THREADLIB = -lpthread -lrt
|
||||||
LDLIBS = -lcrypto $(THREADLIB)
|
LDLIBS = $(THREADLIB)
|
||||||
|
|
||||||
|
|
||||||
.DEFAULT_GOAL := all
|
.DEFAULT_GOAL := all
|
||||||
|
|
Loading…
Add table
Reference in a new issue