diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-26 14:06:08 +0000 |
commit | 216b5a285fdcc1456a307fcc60f3507c20d613eb (patch) | |
tree | d0c8617b772b8f0a175d436d938b8d844590b41f /net-im/imspector/files | |
parent | net/openh323: conflicts with h323plus (diff) |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'net-im/imspector/files')
-rw-r--r-- | net-im/imspector/files/patch-Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-im/imspector/files/patch-Makefile b/net-im/imspector/files/patch-Makefile index 4a2e2b5f1e84..2a6dd7e0163f 100644 --- a/net-im/imspector/files/patch-Makefile +++ b/net-im/imspector/files/patch-Makefile @@ -8,7 +8,7 @@ ########## # Comment this out if you dont want SSL -@@ -7,11 +7,11 @@ +@@ -7,27 +7,27 @@ ########## # Location of openssl installation @@ -22,7 +22,12 @@ # For any distro #ADD_PLUGINS = mysqlloggingplugin.so sqliteloggingplugin.so postgresqlloggingplugin.so dbfilterplugin.so dbresponderplugin.so -@@ -23,11 +23,11 @@ + ########## + + ifdef SSL +-SSL_LIBS = -L$(SSL_DIR)/lib -lssl ++SSL_LIBS = -L$(SSL_DIR)/lib -lssl -lcrypto + SSL_FLAGS = -I$(SSL_DIR)/include -DHAVE_SSL SSL_OBJS = sslstate.o endif |