mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
add -lpthread to build with BDB 4.3. addresses #210
git-svn-id: file:///svn/tokudb@1280 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
0c31bc0a83
commit
3ba63a3c99
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ CXXFLAGS += $(OPTFLAGS)
|
|||
|
||||
ifdef BDBDIR
|
||||
BDB_CPPFLAGS = -I$(BDBDIR)/include
|
||||
BDB_LDFLAGS = -L$(BDBDIR)/lib -ldb_cxx -Wl,-rpath,$(BDBDIR)/lib
|
||||
BDB_LDFLAGS = -L$(BDBDIR)/lib -ldb_cxx -lpthread -Wl,-rpath,$(BDBDIR)/lib
|
||||
else
|
||||
BDB_CPPFLAGS =
|
||||
BDB_LDFLAGS = -ldb_cxx
|
||||
BDB_LDFLAGS = -ldb_cxx -lpthread
|
||||
endif
|
||||
|
||||
TARGETS = db-benchmark-test-bdb db-benchmark-test-tokudb
|
||||
|
|
Loading…
Add table
Reference in a new issue