dev-db/mysql: Remove unused build option

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Brian Evans
2018-06-23 21:10:33 -04:00
parent 94e7ce3b6a
commit a9239b1ab8

View File

@@ -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