diff options
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 |