diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-10-31 11:10:20 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-10-31 11:10:20 +0000 |
commit | 0c49e4e5e4938c328fc5778c03fda72d4d7e0ec4 (patch) | |
tree | ab034eee114e78b5d9d5848d60f36a5b489f27a3 /net/haproxy/files | |
parent | VuXML: document vulnerability in Jenkins (diff) |
Update to version 1.5.8.
Notes
Notes:
svn path=/head/; revision=371805
Diffstat (limited to 'net/haproxy/files')
-rw-r--r-- | net/haproxy/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/haproxy/files/patch-Makefile b/net/haproxy/files/patch-Makefile deleted file mode 100644 index a42216c2cec6..000000000000 --- a/net/haproxy/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |