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-FDBLibTLS_local.mk | |
| parent | Add foundationdb. (diff) | |
Add foundationdb, yet another distributed database from apple.
Diffstat (limited to 'databases/foundationdb/files/patch-FDBLibTLS_local.mk')
| -rw-r--r-- | databases/foundationdb/files/patch-FDBLibTLS_local.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/foundationdb/files/patch-FDBLibTLS_local.mk b/databases/foundationdb/files/patch-FDBLibTLS_local.mk new file mode 100644 index 000000000000..42fb54e0b800 --- /dev/null +++ b/databases/foundationdb/files/patch-FDBLibTLS_local.mk @@ -0,0 +1,12 @@ +--- FDBLibTLS/local.mk.orig 2018-04-19 02:55:50 UTC ++++ FDBLibTLS/local.mk +@@ -1,6 +1,6 @@ +-FDBLibTLS_CFLAGS := -fPIC -I/usr/local/include -I$(BOOSTDIR) +-FDBLibTLS_STATIC_LIBS := -ltls -lssl -lcrypto +-FDBLibTLS_LDFLAGS := -L/usr/local/lib -static-libstdc++ -static-libgcc -lrt ++FDBLibTLS_CFLAGS := -fPIC -I/usr/local/include -I$(BOOSTDIR)/include ++FDBLibTLS_LIBS := -lssl -lcrypto ++FDBLibTLS_LDFLAGS := -lc++ + FDBLibTLS_LDFLAGS += -Wl,-soname,FDBLibTLS.so -Wl,--version-script=FDBLibTLS/FDBLibTLS.map + + # The plugin isn't a typical library, so it feels more sensible to have a copy |
