aboutsummaryrefslogtreecommitdiff
path: root/mysql
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-02-16 00:35:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-02-16 00:35:51 +0300
commitacd2c0093c6f60f83bfb89cbcb809e9d2ddcae72 (patch)
tree45ee1c9bd77abd3b5ece7af584a109aef0cff0df /mysql
parentac7f4ae161b4174534806ae6a38f18c29089a0a9 (diff)
Release version 5.7.20+4
Diffstat (limited to 'mysql')
-rw-r--r--mysql/buildfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mysql/buildfile b/mysql/buildfile
index 8090742..744366b 100644
--- a/mysql/buildfile
+++ b/mysql/buildfile
@@ -210,7 +210,11 @@ if! $windows
# libmysql/CMakeList.txt. We have dropped the file for now.
#
if $linux
- cc.loptions += -Wl,--no-undefined # Make sure all symbols are resolvable.
+ {
+ # Make sure all symbols are resolvable.
+ #
+ libs{mysqlclient}: cc.loptions += -Wl,--no-undefined
+ }
cc.libs += ($tclass == 'bsd' ? -lexecinfo : -ldl) -lpthread -lm