builder->getLib('openssl')) { $arg .= '--with-mongodb-ssl=openssl'; } if ($this->builder->getLib('icu')) { $arg .= ' --with-mongodb-icu=yes '; } return $arg; } }