diff options
Diffstat (limited to 'net/haproxy/files')
-rw-r--r-- | net/haproxy/files/patch-Makefile | 11 |
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 |