X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;h=82182e2f37fca52185487a439a391c0e989fda87;hp=c883738d1a4529a729b5c66c4d2bcbe2a7f47223;hb=57f70319ca5889723d8027a61296716e948b93ff;hpb=f391b3349fda5faaa2d78917881c105e4277adad diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index c883738..82182e2 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -352,17 +352,21 @@ src_configure() { $(use_enable exif exif ) $(use_enable fileinfo fileinfo ) $(use_enable filter filter ) + $(use_with firebird interbase "${EPREFIX}"/usr) $(use_enable ftp ftp ) $(use_with gmp gmp "${EPREFIX}"/usr) $(use_enable hash hash ) $(use_with iconv iconv $(use elibc_glibc || echo "${EPREFIX}"/usr)) $(use_enable intl intl ) + $(use_with iodbc iodbc "${EPREFIX}"/usr) $(use_enable ipv6 ipv6 ) $(use_enable json json ) $(use_with kerberos kerberos "${EPREFIX}"/usr) $(use_with mhash mhash "${EPREFIX}"/usr) $(use_with mssql mssql "${EPREFIX}"/usr) $(use_with nls gettext "${EPREFIX}"/usr) + $(use_with oci8-instant-client oci8) + $(use_with odbc unixODBC "${EPREFIX}"/usr) $(use_enable opcache opcache ) $(use_enable pcntl pcntl ) $(use_enable pdo pdo ) @@ -435,13 +439,6 @@ src_configure() { $(use_with ssl imap-ssl ${EPREFIX}/usr)" fi - # Interbase/firebird support - - if use firebird ; then - my_conf+=" - $(use_with firebird interbase ${EPREFIX}/usr)" - fi - # LDAP support if use ldap ; then my_conf+=" @@ -465,23 +462,6 @@ src_configure() { my_conf+="${mysqlsock}" fi - # ODBC support - if use odbc ; then - my_conf+=" - $(use_with odbc unixODBC ${EPREFIX}/usr)" - fi - - if use iodbc ; then - my_conf+=" - $(use_with iodbc iodbc ${EPREFIX}/usr)" - fi - - # Oracle support - if use oci8-instant-client ; then - my_conf+=" - $(use_with oci8-instant-client oci8)" - fi - # PDO support if use pdo ; then my_conf+="