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

Collapse All | Expand All

(-)/usr/portage/dev-lang/php/php-5.4.17.ebuild (+3 lines)
Lines 496-509 Link Here
496
	# PDO support
496
	# PDO support
497
	if use pdo ; then
497
	if use pdo ; then
498
		my_conf+="
498
		my_conf+="
499
		$(use_with mssql pdo-dblib )"
499
		$(use_with mssql pdo-dblib )"
500
		if use mysqlnd ; then
500
		if use mysqlnd ; then
501
			my_conf+="
501
			my_conf+="
502
			$(use_with mysqlnd pdo-mysql mysqlnd)"
502
			$(use_with mysqlnd pdo-mysql mysqlnd)"
503
		elif use mysqli ; then
504
			my_conf+="
505
			$(use_with mysqli pdo-mysql ${EPREFIX}/usr)"
503
		else
506
		else
504
			my_conf+="
507
			my_conf+="
505
			$(use_with mysql pdo-mysql ${EPREFIX}/usr)"
508
			$(use_with mysql pdo-mysql ${EPREFIX}/usr)"
506
		fi
509
		fi
507
		my_conf+="
510
		my_conf+="
508
		$(use_with postgres pdo-pgsql )
511
		$(use_with postgres pdo-pgsql )
509
		$(use_with sqlite pdo-sqlite ${EPREFIX}/usr)
512
		$(use_with sqlite pdo-sqlite ${EPREFIX}/usr)

Return to bug 481190