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 466-475 src_configure() { Link Here
466
	fi
466
	fi
467
467
468
	# ODBC support
468
	# ODBC support
469
	if use odbc ; then
469
	my_conf+="
470
		my_conf+="
470
	$(use_with odbc unixODBC ${EPREFIX}/usr)"
471
		$(use_with odbc unixODBC ${EPREFIX}/usr)"
472
	fi
473
471
474
	if use iodbc ; then
472
	if use iodbc ; then
475
		my_conf+="
473
		my_conf+="
476
- 

Return to bug 551526