mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
link to tokufractaltree
This commit is contained in:
parent
ec915dfadf
commit
05f8220d29
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ TARGETS = $(patsubst %.c,%,$(SRCS)) $(patsubst %.c,%-bdb,$(SRCS))
|
||||||
CPPFLAGS = -I../include -D_GNU_SOURCE
|
CPPFLAGS = -I../include -D_GNU_SOURCE
|
||||||
CFLAGS = -g -std=c99 -Wall -Wextra -Werror -Wno-missing-field-initializers
|
CFLAGS = -g -std=c99 -Wall -Wextra -Werror -Wno-missing-field-initializers
|
||||||
ifeq ($(USE_STATIC_LIBS),1)
|
ifeq ($(USE_STATIC_LIBS),1)
|
||||||
LIBTOKUDB = tokudb_static
|
LIBTOKUDB = tokufractaltree_static
|
||||||
LIBTOKUPORTABILITY = tokuportability_static
|
LIBTOKUPORTABILITY = tokuportability_static
|
||||||
else
|
else
|
||||||
LIBTOKUDB = tokudb
|
LIBTOKUDB = tokufractaltree
|
||||||
LIBTOKUPORTABILITY = tokuportability
|
LIBTOKUPORTABILITY = tokuportability
|
||||||
endif
|
endif
|
||||||
LDFLAGS = -L../lib -l$(LIBTOKUDB) -l$(LIBTOKUPORTABILITY) -Wl,-rpath,../lib -lpthread -lz -ldl
|
LDFLAGS = -L../lib -l$(LIBTOKUDB) -l$(LIBTOKUPORTABILITY) -Wl,-rpath,../lib -lpthread -lz -ldl
|
||||||
|
|
Loading…
Add table
Reference in a new issue