From 267d85ac62018b12bc03b53a9c82ed39b4ca7f44 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 18 Jan 2021 05:38:11 +0000 Subject: [PATCH] Add default empty openssl compiler flags. This makes things easier for users who are using InspIRCd on OSes where OpenSSL is part of the base system. --- src/modules/extra/m_ssl_openssl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp index 7880ebd56..a9588d7b4 100644 --- a/src/modules/extra/m_ssl_openssl.cpp +++ b/src/modules/extra/m_ssl_openssl.cpp @@ -28,7 +28,7 @@ * along with this program. If not, see . */ -/// $CompilerFlags: find_compiler_flags("openssl") +/// $CompilerFlags: find_compiler_flags("openssl" "") /// $LinkerFlags: find_linker_flags("openssl" "-lssl -lcrypto") /// $PackageInfo: require_system("arch") openssl pkgconf -- 2.39.2