Link with -lcrypto even for BENCHMARK

This commit is contained in:
Joris Vink 2014-11-24 11:31:50 +01:00
parent ffe3fdc49d
commit 8fe16c193a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ endif
ifneq ("$(BENCHMARK)", "")
CFLAGS+=-DKORE_BENCHMARK
LDFLAGS=-rdynamic -lz
LDFLAGS=-rdynamic -lz -lcrypto
endif
ifneq ("$(PGSQL)", "")