X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;fp=dev-lang%2Fphp%2Fphp-5.6.4-r1.ebuild;h=6bff755d8a4c434289c3772e9d40eefb1f5f4229;hb=a7c76483853462a46896bd5feb979022972756d1;hp=c883738d1a4529a729b5c66c4d2bcbe2a7f47223;hpb=f391b3349fda5faaa2d78917881c105e4277adad;p=mjo-overlay.git diff --git a/dev-lang/php/php-5.6.4-r1.ebuild b/dev-lang/php/php-5.6.4-r1.ebuild index c883738..6bff755 100644 --- a/dev-lang/php/php-5.6.4-r1.ebuild +++ b/dev-lang/php/php-5.6.4-r1.ebuild @@ -363,6 +363,7 @@ src_configure() { $(use_with mhash mhash "${EPREFIX}"/usr) $(use_with mssql mssql "${EPREFIX}"/usr) $(use_with nls gettext "${EPREFIX}"/usr) + $(use_with odbc unixODBC "${EPREFIX}"/usr) $(use_enable opcache opcache ) $(use_enable pcntl pcntl ) $(use_enable pdo pdo ) @@ -465,12 +466,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)"