summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@tuffmail.com>2014-03-04 10:46:37 -0500
committerBrian Evans <grknight@tuffmail.com>2014-03-04 10:46:37 -0500
commit79d834d1683643f0e176f9c2f228754454979b94 (patch)
tree6d5c31d52e5c5952fd79389cc68c7f6f6717b604 /eclass/mysql-v2.eclass
parent[mariadb] Fix Manifest (diff)
downloadmysql-79d834d1683643f0e176f9c2f228754454979b94.tar.gz
mysql-79d834d1683643f0e176f9c2f228754454979b94.tar.bz2
mysql-79d834d1683643f0e176f9c2f228754454979b94.zip
Enable static-libs support and remove old percona builds
Diffstat (limited to 'eclass/mysql-v2.eclass')
-rw-r--r--eclass/mysql-v2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index 39fcbf0..6e354da 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -201,7 +201,7 @@ case "${BUILD}" in
IUSE="big-tables debug embedded minimal +perl selinux ssl static test"
;;
cmake*)
- IUSE="debug embedded minimal +perl selinux ssl static test"
+ IUSE="debug embedded minimal +perl selinux ssl static static-libs test"
;;
esac
@@ -226,7 +226,7 @@ if [[ ${PN} == "mariadb" || ${PN} == "mariadb-galera" ]]; then
fi
if mysql_version_is_at_least "5.5"; then
- REQUIRED_USE="${REQUIRED_USE} tcmalloc? ( !jemalloc ) jemalloc? ( !tcmalloc )"
+ REQUIRED_USE="${REQUIRED_USE} tcmalloc? ( !jemalloc ) jemalloc? ( !tcmalloc ) embedded? ( static-libs )"
IUSE="${IUSE} jemalloc tcmalloc"
fi