mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-db/mariadb-connector-c: drop IUSE=ssl, it is now mandatory
It is no longer possible to build MariaDB Connector/C without crypto libraries. Link:53243b8a7aLink:d4a8ca9209Closes: https://bugs.gentoo.org/959275 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -21,7 +21,7 @@ HOMEPAGE="https://mariadb.org/"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0/3"
|
||||
IUSE="+curl gnutls kerberos +ssl static-libs test"
|
||||
IUSE="+curl gnutls kerberos static-libs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
@@ -29,16 +29,14 @@ DEPEND="
|
||||
sys-libs/zlib:=[${MULTILIB_USEDEP}]
|
||||
virtual/libiconv:=[${MULTILIB_USEDEP}]
|
||||
curl? ( net-misc/curl[${MULTILIB_USEDEP}] )
|
||||
gnutls? ( >=net-libs/gnutls-3.3.24:=[${MULTILIB_USEDEP}] )
|
||||
!gnutls? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
|
||||
kerberos? (
|
||||
|| (
|
||||
app-crypt/mit-krb5[${MULTILIB_USEDEP}]
|
||||
app-crypt/heimdal[${MULTILIB_USEDEP}]
|
||||
)
|
||||
)
|
||||
ssl? (
|
||||
gnutls? ( >=net-libs/gnutls-3.3.24:=[${MULTILIB_USEDEP}] )
|
||||
!gnutls? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
|
||||
)
|
||||
"
|
||||
BDEPEND="test? ( dev-db/mariadb[server] )"
|
||||
RDEPEND="${DEPEND}
|
||||
@@ -90,7 +88,7 @@ src_configure() {
|
||||
multilib_src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_EXTERNAL_ZLIB=ON
|
||||
-DWITH_SSL:STRING=$(usex ssl $(usex gnutls GNUTLS OPENSSL) OFF)
|
||||
-DWITH_SSL:STRING=$(usex gnutls GNUTLS OPENSSL)
|
||||
-DWITH_CURL=$(usex curl)
|
||||
-DWITH_ICONV=ON
|
||||
-DCLIENT_PLUGIN_AUTH_GSSAPI_CLIENT:STRING=$(usex kerberos DYNAMIC OFF)
|
||||
Reference in New Issue
Block a user