No longer need -lssl

This commit is contained in:
Howard Chu 2011-07-01 06:37:51 -07:00
parent 5e6f32243c
commit 5a72c6a294

View File

@ -2,7 +2,7 @@ CC = gcc
W = -W -Wall -Wno-unused-parameter -Wcast-qual -Wbad-function-cast
OPT = -O2 -g
CFLAGS = -pthread $(OPT) $(W) $(XCFLAGS)
LDLIBS = -lssl
LDLIBS =
all: mtest mdb_stat