9301fefeac
Copy from server:database/mariadb based on submit request 39217 from user -miska- OBS-URL: https://build.opensuse.org/request/show/39217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=1
12 lines
425 B
Diff
12 lines
425 B
Diff
--- config/ac-macros/ssl.m4 2009-04-10 14:05:07.000000000 +0200
|
|
+++ config/ac-macros/ssl.m4 2009-04-10 14:15:15.000000000 +0200
|
|
@@ -102,7 +102,7 @@
|
|
#
|
|
# Try to link with openSSL libs in <location>
|
|
#
|
|
- openssl_libs="-L$location/lib/ -lssl -lcrypto"
|
|
+ openssl_libs="-L$location/lib -L$location/lib64 -lssl -lcrypto"
|
|
MYSQL_CHECK_SSL_DIR([$openssl_includes], [$openssl_libs])
|
|
|
|
if test "$mysql_ssl_found" == "no"
|