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 (-5 / +2 lines)
Lines 471-480 src_configure() { Link Here
471
	$(use_with iodbc iodbc ${EPREFIX}/usr)"
471
	$(use_with iodbc iodbc ${EPREFIX}/usr)"
472
472
473
	# Oracle support
473
	# Oracle support
474
	if use oci8-instant-client ; then
474
	my_conf+="
475
		my_conf+="
475
	$(use_with oci8-instant-client oci8)"
476
		$(use_with oci8-instant-client oci8)"
477
	fi
478
476
479
	# PDO support
477
	# PDO support
480
	if use pdo ; then
478
	if use pdo ; then
481
- 

Return to bug 551526