percona-server: rubocop tweaks.
This commit is contained in:
parent
7ad7ebd808
commit
9c2ae1fdd0
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ class PerconaServer < Formula
|
|||
]
|
||||
|
||||
# PAM plugin is Linux-only at the moment
|
||||
args.concat %W[
|
||||
args.concat %w[
|
||||
-DWITHOUT_AUTH_PAM=1
|
||||
-DWITHOUT_AUTH_PAM_COMPAT=1
|
||||
-DWITHOUT_DIALOG=1
|
||||
|
@ -94,7 +94,7 @@ class PerconaServer < Formula
|
|||
|
||||
# TokuDB is broken on MacOsX
|
||||
# https://bugs.launchpad.net/percona-server/+bug/1531446
|
||||
args.concat %W[-DWITHOUT_TOKUDB=1]
|
||||
args.concat %w[-DWITHOUT_TOKUDB=1]
|
||||
|
||||
# MySQL >5.7.x mandates Boost as a requirement to build & has a strict
|
||||
# version check in place to ensure it only builds against expected release.
|
||||
|
|
Loading…
Reference in a new issue