projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e7ce3
)
dev-db/mysql: Remove unused build option
author
Brian Evans
<grknight@gentoo.org>
Sun, 24 Jun 2018 01:10:33 +0000
(21:10 -0400)
committer
Brian Evans
<grknight@gentoo.org>
Sun, 24 Jun 2018 01:11:21 +0000
(21:11 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-db/mysql/mysql-5.7.22.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/mysql/mysql-5.7.22.ebuild
b/dev-db/mysql/mysql-5.7.22.ebuild
index 58394d6071fd03a0f0eeeaa8650c92ecdb398116..324706b4ef946d2de97120b371f14a11ac7c8e57 100644
(file)
--- a/
dev-db/mysql/mysql-5.7.22.ebuild
+++ b/
dev-db/mysql/mysql-5.7.22.ebuild
@@
-347,10
+347,6
@@
multilib_src_configure() {
mycmakeargs+=( -DWITH_PIC=1 )
fi
- if use jemalloc || use tcmalloc ; then
- mycmakeargs+=( -DWITH_SAFEMALLOC=OFF )
- fi
-
# Storage engines
mycmakeargs+=(
-DWITH_EXAMPLE_STORAGE_ENGINE=0