Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
076b2b36
Commit
076b2b36
authored
Sep 17, 2012
by
Howard Chu
Browse files
Shared lib should depend on pthread
parent
c542442c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libmdb/Makefile
View file @
076b2b36
...
...
@@ -19,7 +19,7 @@ libmdb.a: mdb.o midl.o
ar rs
$@
mdb.o midl.o
libmdb.so
:
mdb.o midl.o
gcc
-shared
-o
$@
mdb.o midl.o
$(SOLIBS)
gcc
-pthread
-shared
-o
$@
mdb.o midl.o
$(SOLIBS)
mdb_stat
:
mdb_stat.o libmdb.a
mtest
:
mtest.o libmdb.a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment