blob: cc73fae7dfc41df411e6577cf50663ff5dda46af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- fdbclient/local.mk.orig 2018-04-26 06:55:09 UTC
+++ fdbclient/local.mk
@@ -21,7 +21,7 @@
# -*- mode: makefile; -*-
fdbclient_CFLAGS := $(fdbrpc_CFLAGS)
-
+fdbclient_LIBS := -lm -lc++ -lpthread -lexecinfo -leio
fdbclient_GENERATED_SOURCES += fdbclient/FDBOptions.g.h
fdbclient/FDBOptions.g.cpp: fdbclient/FDBOptions.g.h
|