Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230271
Collapse All | Expand All

(-)mysql.eclass.orig (+7 lines)
Lines 587-596 Link Here
587
	if mysql_check_version_range "4.1 to 5.0.99.99" \
587
	if mysql_check_version_range "4.1 to 5.0.99.99" \
588
	&& use berkdb ; then
588
	&& use berkdb ; then
589
		[[ -w "bdb/dist/ltmain.sh" ]] && cp -f "ltmain.sh" "bdb/dist/ltmain.sh"
589
		[[ -w "bdb/dist/ltmain.sh" ]] && cp -f "ltmain.sh" "bdb/dist/ltmain.sh"
590
		cp -f "/usr/share/aclocal/libtool.m4" "bdb/dist/aclocal/libtool.ac" \
590
		cp -f "/usr/share/aclocal/libtool.m4" "bdb/dist/aclocal/libtool.ac" \
591
		|| die "Could not copy libtool.m4 to bdb/dist/"
591
		|| die "Could not copy libtool.m4 to bdb/dist/"
592
		#These files exist only with libtool-2*, and need to be included.
593
		if [ -f '/usr/share/aclocal/ltsugar.m4' ]; then
594
			cat "/usr/share/aclocal/ltsugar.m4" >>  "bdb/dist/aclocal/libtool.ac"
595
			cat "/usr/share/aclocal/ltversion.m4" >>  "bdb/dist/aclocal/libtool.ac"
596
			cat "/usr/share/aclocal/lt~obsolete.m4" >>  "bdb/dist/aclocal/libtool.ac"
597
			cat "/usr/share/aclocal/ltoptions.m4" >>  "bdb/dist/aclocal/libtool.ac"
598
		fi
592
		pushd "bdb/dist" &>/dev/null
599
		pushd "bdb/dist" &>/dev/null
593
		sh s_all \
600
		sh s_all \
594
		|| die "Failed bdb reconfigure"
601
		|| die "Failed bdb reconfigure"
595
		popd &>/dev/null
602
		popd &>/dev/null
596
	fi
603
	fi

Return to bug 230271