diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-02 01:27:12 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-05-02 01:27:12 +0000 |
| commit | 9bb490e4d1fc8cd87ea0db24f93bf555b1f308cf (patch) | |
| tree | 1a246c06bef78a1f57c64201f25868dd6ca4627b /databases/foundationdb/files/patch-fdbserver_local.mk | |
| parent | Add foundationdb. (diff) | |
Add foundationdb, yet another distributed database from apple.
Diffstat (limited to 'databases/foundationdb/files/patch-fdbserver_local.mk')
| -rw-r--r-- | databases/foundationdb/files/patch-fdbserver_local.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/foundationdb/files/patch-fdbserver_local.mk b/databases/foundationdb/files/patch-fdbserver_local.mk new file mode 100644 index 000000000000..574f567ca4e6 --- /dev/null +++ b/databases/foundationdb/files/patch-fdbserver_local.mk @@ -0,0 +1,11 @@ +--- fdbserver/local.mk.orig 2018-04-19 02:55:50 UTC ++++ fdbserver/local.mk +@@ -34,6 +34,8 @@ ifeq ($(PLATFORM),linux) + # fdbserver_STATIC_LIBS += -ltcmalloc -lunwind -lprofiler + else ifeq ($(PLATFORM),osx) + fdbserver_LDFLAGS += -lc++ ++else ifeq ($(PLATFORM),freebsd) ++ fdbserver_LDFLAGS += -lc++ -lm -lpthread -lexecinfo -leio + endif + + ifeq ($(WORKLOADS),false) |
