mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
SSL fix
This commit is contained in:
@@ -717,7 +717,7 @@ AC_DEFUN(MYSQL_FIND_OPENSSL, [
|
||||
|
||||
for d in /usr/ssl/lib /usr/local/ssl/lib /usr/lib/openssl \
|
||||
/usr/lib /opt/ssl/lib /opt/openssl/lib ; do
|
||||
if test -f $d/libssl.a -o -f $d/libssl.so ; then
|
||||
if test -f $d/libssl.a ; then
|
||||
OPENSSL_LIB=$d
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user