blob: 55c24423a09b3e1214b204bc5f5a785fccb0b854 (
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 -lboost_system
fdbclient_GENERATED_SOURCES += fdbclient/FDBOptions.g.h
fdbclient/FDBOptions.g.cpp: fdbclient/FDBOptions.g.h
|