summaryrefslogtreecommitdiff
path: root/net/haproxy/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2014-10-31 08:27:36 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2014-10-31 08:27:36 +0000
commitbe3962a14dbef6d2e5021a27a5ed354afb40439f (patch)
tree6991088f273f786024aeaf14da8b7a1ec49e866d /net/haproxy/files
parent- Update to 3.8.7 (diff)
Update to version 1.5.7.
Notes
Notes: svn path=/head/; revision=371783
Diffstat (limited to 'net/haproxy/files')
-rw-r--r--net/haproxy/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/haproxy/files/patch-Makefile b/net/haproxy/files/patch-Makefile
new file mode 100644
index 000000000000..a42216c2cec6
--- /dev/null
+++ b/net/haproxy/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2014-10-31 11:26:00.000000000 +0300
++++ Makefile 2014-10-31 11:26:06.000000000 +0300
+@@ -540,7 +540,7 @@
+ # in the usual path, use SSL_INC=/path/to/inc and SSL_LIB=/path/to/lib.
+ BUILD_OPTIONS += $(call ignore_implicit,USE_OPENSSL)
+ OPTIONS_CFLAGS += -DUSE_OPENSSL $(if $(SSL_INC),-I$(SSL_INC))
+-OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto -ldl
++OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto
+ OPTIONS_OBJS += src/ssl_sock.o src/shctx.o
+ ifneq ($(USE_PRIVATE_CACHE),)
+ OPTIONS_CFLAGS += -DUSE_PRIVATE_CACHE