summaryrefslogtreecommitdiff
path: root/mysql-client/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-client/mysql')
-rw-r--r--mysql-client/mysql/buildfile5
l---------mysql-client/mysql/include2
2 files changed, 4 insertions, 3 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}
diff --git a/mysql-client/mysql/include b/mysql-client/mysql/include
index 01fbb48..1bffabb 120000
--- a/mysql-client/mysql/include
+++ b/mysql-client/mysql/include
@@ -1 +1 @@
-../../upstream/include \ No newline at end of file
+../../libmysqlclient/mysql/mysql \ No newline at end of file