builder->getLib('openssl')) { $arg .= '--with-mongodb-system-libs=no --with-mongodb-ssl=openssl'; } else { // 禁用,否则链接的是系统库 $arg .= ''; } if ($this->builder->getLib('icu')) { $arg .= '--with-mongodb-system-libs=no --with-mongodb-ssl=openssl'; } else { // 禁用,否则链接的是系统库 $arg .= ''; } return $arg; } }