aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-02-16 00:30:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-02-16 00:30:06 +0300
commita6da46eb13333745b8eabda6ceff314cc02021f8 (patch)
tree6653b67d72bf2c5267e8860087a133c3b4b8c9df
parenta9f40d38ec8f20e82453b5e3b1391de82d39e7a0 (diff)
Release version 10.2.10+4
-rw-r--r--manifest2
-rw-r--r--mysql/buildfile10
2 files changed, 8 insertions, 4 deletions
diff --git a/manifest b/manifest
index 9519d40..a1ea3ce 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libmariadb
-version: 10.2.10+3
+version: 10.2.10+4
project: mariadb
summary: MariaDB C API client library
license: LGPLv2.1
diff --git a/mysql/buildfile b/mysql/buildfile
index 37017a8..b94bb8e 100644
--- a/mysql/buildfile
+++ b/mysql/buildfile
@@ -195,10 +195,14 @@ if! $windows
# now.
#
if ($tclass == 'linux')
- c.loptions += -Wl,--no-undefined # Make sure all symbols are resolvable.
+ {
+ # Make sure all symbols are resolvable.
+ #
+ libs{mariadb}: c.loptions += -Wl,--no-undefined
+ }
elif ($tclass == 'macos')
- c.loptions += -compatibility_version "$abi_version.0.0" \
- -current_version "$abi_version.0.0"
+ libs{mariadb}: c.loptions += -compatibility_version "$abi_version.0.0" \
+ -current_version "$abi_version.0.0"
c.libs += -lpthread -lm