From a092ba16f3de33670896ffd5c3f4755e0893c460 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 19 Feb 2019 13:14:13 +0300 Subject: Release version 10.2.10+5 --- manifest | 2 +- mysql/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest b/manifest index a1ea3ce..45219ba 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libmariadb -version: 10.2.10+4 +version: 10.2.10+5 project: mariadb summary: MariaDB C API client library license: LGPLv2.1 diff --git a/mysql/buildfile b/mysql/buildfile index b94bb8e..b76ea2e 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -233,7 +233,7 @@ else # The library clients must include the API header as . # -lib{mariadb}: c.export.poptions = "-I$out_root" "-I$src_root" +lib{mariadb}: cc.export.poptions = "-I$out_root" "-I$src_root" # Let's install the bare minimum of headers: mysql.h, errmsg.h, mysqld_error.h # and headers they recursively include. -- cgit v1.1