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

Collapse All | Expand All

(-)mysql-autotools.orig.eclass (-1 / +2 lines)
Lines 17-23 Link Here
17
# the src_unpack, src_prepare, src_configure, src_compile, scr_install,
17
# the src_unpack, src_prepare, src_configure, src_compile, scr_install,
18
# pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks.
18
# pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks.
19
19
20
inherit autotools flag-o-matic multilib
20
inherit autotools flag-o-matic multilib prefix
21
21
22
#
22
#
23
# HELPER FUNCTIONS:
23
# HELPER FUNCTIONS:
Lines 599-604 Link Here
599
			-e "/character-set/s|utf8|latin1|g" \
599
			-e "/character-set/s|utf8|latin1|g" \
600
			"${TMPDIR}/my.cnf.ok"
600
			"${TMPDIR}/my.cnf.ok"
601
	fi
601
	fi
602
	eprefixify "${TMPDIR}/my.cnf.ok"
602
	newins "${TMPDIR}/my.cnf.ok" my.cnf
603
	newins "${TMPDIR}/my.cnf.ok" my.cnf
603
604
604
	# Minimal builds don't have the MySQL server
605
	# Minimal builds don't have the MySQL server

Return to bug 430836