Commit e1bad0c1 authored by Rich Prohaska's avatar Rich Prohaska

create static bins by linking with libdb.a. addresses #55

git-svn-id: file:///svn/tokudb@961 c7de825b-a66e-492c-adef-691d508d4ae1
parent b1d56276
......@@ -8,7 +8,7 @@ CPPFLAGS = -I$(BDBDIR)/include
CFLAGS = -std=gnu89 -W -Wall -Wno-unused -g
LDFLAGS = -L$(BDBDIR)/lib -ldb -lpthread -Wl,-rpath,$(BDBDIR)/lib
# LDFLAGS = -L$(BDBDIR)/lib -ldb -lpthread
STATIC_LDFLAGS = -static -L../lib -ldb -lz
STATIC_LDFLAGS = ../lib/libdb.a -lz
UTILS= \
tokudb_gen \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment