From a6da46eb13333745b8eabda6ceff314cc02021f8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 16 Feb 2019 00:30:06 +0300 Subject: Release version 10.2.10+4 --- mysql/buildfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mysql') 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 -- cgit v1.1