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

(-)/usr/portage/eclass/mysql.eclass.orig (+6 lines)
Lines 459-464 Link Here
459
	# Bug #114895, bug #110149
459
	# Bug #114895, bug #110149
460
	filter-flags "-O" "-O[01]"
460
	filter-flags "-O" "-O[01]"
461
461
462
	# Bug #158737
463
	if mysql_version_is_at_least "4.01.00.00" && \
464
	 ! mysql_version_is_at_least "5.00.00.00" && use raid ; then
465
		filter-ldflags -Wl,--as-needed --as-needed
466
	fi
467
462
	# glib-2.3.2_pre fix, bug #16496
468
	# glib-2.3.2_pre fix, bug #16496
463
	append-flags "-DHAVE_ERRNO_AS_DEFINE=1"
469
	append-flags "-DHAVE_ERRNO_AS_DEFINE=1"
464
470

Return to bug 158737