mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
No longer need -lssl
This commit is contained in:
parent
5e6f32243c
commit
5a72c6a294
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user