aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/mysql/06-fixsslcheck.patch
blob: 42ef48abbc521946b482202e17f9c30f1e25b3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- config/ac-macros/ssl.m4.orig	2016-02-14 13:47:23.792296242 +0000
+++ config/ac-macros/ssl.m4	2016-02-14 13:47:05.464296846 +0000
@@ -111,7 +111,7 @@
   #
   # Try to link with openSSL libs in <location>
   #
-  openssl_libs="-L$location/lib/ -lssl -lcrypto"
+  openssl_libs="-L$location/lib/ -lssl -lcrypto -lz -ldl"
   MYSQL_CHECK_SSL_DIR([$openssl_includes], [$openssl_libs])
 
   if test "$mysql_ssl_found" == "no"