Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 551526 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-lang/php/php-5.6.9.ebuild (-6 / +2 lines)
Lines 481-491 src_configure() { Link Here
481
		$(use_with mysql pdo-mysql ${mysqllib})
481
		$(use_with mysql pdo-mysql ${mysqllib})
482
		$(use_with postgres pdo-pgsql )
482
		$(use_with postgres pdo-pgsql )
483
		$(use_with sqlite pdo-sqlite ${EPREFIX}/usr)
483
		$(use_with sqlite pdo-sqlite ${EPREFIX}/usr)
484
		$(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)"
484
		$(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)
485
		if use oci8-instant-client ; then
485
		$(use_with oci8-instant-client pdo-oci)"
486
			my_conf+="
487
			$(use_with oci8-instant-client pdo-oci)"
488
		fi
489
	fi
486
	fi
490
487
491
	# readline/libedit support
488
	# readline/libedit support
492
- 

Return to bug 551526