]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add default empty openssl compiler flags.
authorSadie Powell <sadie@witchery.services>
Mon, 18 Jan 2021 05:38:11 +0000 (05:38 +0000)
committerSadie Powell <sadie@witchery.services>
Mon, 18 Jan 2021 05:38:11 +0000 (05:38 +0000)
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

index 7880ebd56c86504d4f561a5ade3100933b476364..a9588d7b44cf6591d8f8976a9ffc5ea54f37eee7 100644 (file)
@@ -28,7 +28,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/// $CompilerFlags: find_compiler_flags("openssl")
+/// $CompilerFlags: find_compiler_flags("openssl" "")
 /// $LinkerFlags: find_linker_flags("openssl" "-lssl -lcrypto")
 
 /// $PackageInfo: require_system("arch") openssl pkgconf