summaryrefslogtreecommitdiff
path: root/mysql-client
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-client')
-rw-r--r--mysql-client/README-DEV3
-rw-r--r--mysql-client/manifest4
l---------mysql-client/mysql/include2
3 files changed, 4 insertions, 5 deletions
diff --git a/mysql-client/README-DEV b/mysql-client/README-DEV
index 6259c46..7c978bf 100644
--- a/mysql-client/README-DEV
+++ b/mysql-client/README-DEV
@@ -9,7 +9,8 @@ $ ln -s ../upstream/LICENSE
$ mkdir -p mysql/{client,downstream}
$ ln -s ../../../upstream/client/{{mysql,readline,completion_hash,pattern_matcher}.cc,{client_priv,my_readline,pattern_matcher,completion_hash}.h} mysql/client
$ ln -s ../../libmysqlclient/mysql/{my_config,mysqld_error}.h mysql/
-$ ln -s ../../upstream/{include,libbinlogevents} mysql/
+$ ln -s ../../upstream/libbinlogevents mysql/
+$ ln -s ../../libmysqlclient/mysql/mysql mysql/include
Create mysql/downstream/mysql_version.h, so it can be found when included as
"mysql_version.h" (which, for example, mysql.h does).
diff --git a/mysql-client/manifest b/mysql-client/manifest
index a9fc220..c59bacd 100644
--- a/mysql-client/manifest
+++ b/mysql-client/manifest
@@ -3,7 +3,7 @@ name: mysql-client
# Note: remember to update doc-url and debian-name below!
#
-version: 8.0.15+15
+version: 8.0.15+16
project: mysql
summary: MySQL command-line client
@@ -19,8 +19,6 @@ package-email: packaging@build2.org ; Mailing list.
build-error-email: builds@build2.org
builds: all
builds: -wasm
-builds: -( +windows &gcc ) ; MinGW GCC is not supported.
-builds: -static ; Implementation uses C++ and requires special linking steps.
depends: * build2 >= 0.15.0
depends: * bpkg >= 0.15.0
depends: libmysqlclient == $
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