From 1a897403350b5fd51b415a02b15b2f92d0afd65a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 3 Dec 2016 19:08:56 +0000 Subject: [PATCH] Stop-gap for OpenSSL 1.1 in 1.6 branch. This is properly fixed already in 1.7 branch. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 678c4084..5d925e78 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_DEFUN([ZNC_AUTO_FAIL], [ ]) # AC_PROG_CXX sets CXXFLAGS to "-O2 -g" if it is unset which we don't want -CXXFLAGS="$CXXFLAGS " +CXXFLAGS="$CXXFLAGS -DOPENSSL_NO_COMP=1" AC_PROG_CXX # "Optional" because we want custom error message AX_CXX_COMPILE_STDCXX_11([noext], [optional])