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-fdbbackup_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-fdbbackup_local.mk')
| -rw-r--r-- | databases/foundationdb/files/patch-fdbbackup_local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/foundationdb/files/patch-fdbbackup_local.mk b/databases/foundationdb/files/patch-fdbbackup_local.mk index c714f9f56ffc..517d4099e533 100644 --- a/databases/foundationdb/files/patch-fdbbackup_local.mk +++ b/databases/foundationdb/files/patch-fdbbackup_local.mk @@ -5,7 +5,7 @@ else ifeq ($(PLATFORM),osx) fdbbackup_LDFLAGS += -lc++ +else ifeq ($(PLATFORM),freebsd) -+ fdbbackup_LDFLAGS += -lc++ -lm -lexecinfo -lpthread -leio ++ fdbbackup_LDFLAGS += -lc++ -lm -lexecinfo -lpthread -leio -lboost_system endif fdbbackup_GENERATED_SOURCES += versions.h |
