summarylogtreecommitdiffstats
path: root/cmake_OpenSSLTests.patch
diff options
context:
space:
mode:
authorAaron McDaniel (mcd1992)2018-05-14 15:20:56 -0500
committerAaron McDaniel (mcd1992)2018-05-14 15:20:56 -0500
commit0a92c318e784d9fbf34c33e075c97cf0d889c4b1 (patch)
treecb599bae51d2c01457dca801ae319f06f5137a4f /cmake_OpenSSLTests.patch
parentd5e55769464db169882ad3709ad7d375ef24de96 (diff)
downloadaur-bro-git.tar.gz
Fixed new issue with cmake targeting incorrect openssl lib
Diffstat (limited to 'cmake_OpenSSLTests.patch')
-rw-r--r--cmake_OpenSSLTests.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/cmake_OpenSSLTests.patch b/cmake_OpenSSLTests.patch
new file mode 100644
index 000000000000..89b030d6e4da
--- /dev/null
+++ b/cmake_OpenSSLTests.patch
@@ -0,0 +1,12 @@
+diff -ura bro-git/cmake/OpenSSLTests.cmake bro-git.patched/cmake/OpenSSLTests.cmake
+--- bro-git/cmake/OpenSSLTests.cmake 2018-05-14 13:57:32.724543674 -0500
++++ bro-git.patched/cmake/OpenSSLTests.cmake 2018-05-14 13:58:36.355861923 -0500
+@@ -81,7 +81,7 @@
+ " OPENSSL_CORRECT_VERSION_NUMBER )
+
+ if (NOT OPENSSL_CORRECT_VERSION_NUMBER)
+- message(FATAL_ERROR
++ message(WARNING
+ "OpenSSL library version does not match headers")
+ endif ()
+ endif ()