projects
/
platform
/
upstream
/
lmdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6f322
)
No longer need -lssl
author
Howard Chu
<hyc@symas.com>
Fri, 1 Jul 2011 13:37:51 +0000
(06:37 -0700)
committer
Howard Chu
<hyc@symas.com>
Thu, 1 Sep 2011 22:53:33 +0000
(15:53 -0700)
libraries/libmdb/Makefile
patch
|
blob
|
history
diff --git
a/libraries/libmdb/Makefile
b/libraries/libmdb/Makefile
index
94154e0
..
36e782b
100644
(file)
--- a/
libraries/libmdb/Makefile
+++ b/
libraries/libmdb/Makefile
@@
-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