mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Shared lib should depend on pthread
This commit is contained in:
parent
c542442c9f
commit
076b2b36a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue