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

Return to bug 551526