projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55117c8
)
mysql-multilib-r1.eclass: Update system options for fatal comparison bug 627568
author
Brian Evans
<grknight@gentoo.org>
Sat, 12 Aug 2017 01:16:51 +0000
(21:16 -0400)
committer
Brian Evans
<grknight@gentoo.org>
Sat, 12 Aug 2017 01:16:51 +0000
(21:16 -0400)
eclass/mysql-multilib-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/mysql-multilib-r1.eclass
b/eclass/mysql-multilib-r1.eclass
index 4f9a6d443333c20c05222a8eb9af6dcd2a9eb07a..54954911faaba7f08bc5486fb07b5923b372f978 100644
(file)
--- a/
eclass/mysql-multilib-r1.eclass
+++ b/
eclass/mysql-multilib-r1.eclass
@@
-447,7
+447,7
@@
multilib_src_configure() {
# systemd is only linked to for server notification
if in_iuse systemd ; then
- mycmakeargs+=( -DWITH_SYSTEMD=$(usex systemd) )
+ mycmakeargs+=( -DWITH_SYSTEMD=$(usex systemd
yes no
) )
fi
if [[ ( -n ${MYSQL_DEFAULT_CHARSET} ) && ( -n ${MYSQL_DEFAULT_COLLATION} ) ]]; then
@@
-508,7
+508,7
@@
multilib_src_configure() {
-DWITHOUT_EMBEDDED_SERVER=1
-DEXTRA_CHARSETS=none
-DINSTALL_SQLBENCHDIR=
- -DWITH_SYSTEMD=
NO
+ -DWITH_SYSTEMD=
no
)
fi