X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=dev-lang%2Fphp%2Fphp-5.6.9.ebuild;h=a40ad2985d44f42736ae87771f509118409befb1;hp=72cb4cf797a0cfe11bf774f11f2d72ee1c4d48b3;hb=a1423a5e3d2de8e0e07748fe831026601e7bc3f2;hpb=5fc77b34f0e4ca4531638f8b5722467b8ed50540 diff --git a/dev-lang/php/php-5.6.9.ebuild b/dev-lang/php/php-5.6.9.ebuild index 72cb4cf..a40ad29 100644 --- a/dev-lang/php/php-5.6.9.ebuild +++ b/dev-lang/php/php-5.6.9.ebuild @@ -467,12 +467,8 @@ src_configure() { # ODBC support my_conf+=" - $(use_with odbc unixODBC ${EPREFIX}/usr)" - - if use iodbc ; then - my_conf+=" - $(use_with iodbc iodbc ${EPREFIX}/usr)" - fi + $(use_with odbc unixODBC ${EPREFIX}/usr) + $(use_with iodbc iodbc ${EPREFIX}/usr)" # Oracle support if use oci8-instant-client ; then