diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-08-14 14:59:46 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-08-14 14:59:46 +0000 |
| commit | 30ea4c9bb1aeae18810049311d549162ecb02663 (patch) | |
| tree | db58cd7a2cbef0115d4fffdc6d19b6a92b72b317 /databases/foundationdb/files/patch-fdbcli_local.mk | |
| parent | security/openssl-devel: Update to 1.1.0i (diff) | |
Update to 5.2.8, and fix building with boost 1.68.
PR: 229697
Diffstat (limited to 'databases/foundationdb/files/patch-fdbcli_local.mk')
| -rw-r--r-- | databases/foundationdb/files/patch-fdbcli_local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/foundationdb/files/patch-fdbcli_local.mk b/databases/foundationdb/files/patch-fdbcli_local.mk index 0d7fb5535686..4d88054a2071 100644 --- a/databases/foundationdb/files/patch-fdbcli_local.mk +++ b/databases/foundationdb/files/patch-fdbcli_local.mk @@ -14,7 +14,7 @@ else ifeq ($(PLATFORM),osx) fdbcli_LDFLAGS += -lc++ +else ifeq ($(PLATFORM),freebsd) -+ fdbcli_LDFLAGS += -lc++ -lm -lpthread -leio -lexecinfo ++ fdbcli_LDFLAGS += -lc++ -lm -lpthread -leio -lexecinfo -lboost_system endif test_fdbcli_status: fdbcli |
