summaryrefslogtreecommitdiff
path: root/mysql-client/mysql/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-client/mysql/buildfile')
-rw-r--r--mysql-client/mysql/buildfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mysql-client/mysql/buildfile b/mysql-client/mysql/buildfile
index 654758d..921bff5 100644
--- a/mysql-client/mysql/buildfile
+++ b/mysql-client/mysql/buildfile
@@ -15,9 +15,10 @@ import libs = libmysqlclient%liba{mysqlclient}
# Note that the mysql utility doesn't use openssl directly. We however import
# libcrypto so that the included by some common headers <openssl/opensslv.h>
-# can be found.
+# can be found. Also note that we link it statically to be consistent with
+# libssl.a, linked implicitly via libmysqlclient.a.
#
-import libs += libcrypto%lib{crypto}
+import libs += libcrypto%liba{crypto}
if! $windows
import libs += libisocline%liba{isocline}