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

Collapse All | Expand All

(-)a/sys-devel/flex/flex-2.6.4.ebuild (+4 lines)
Lines 47-52 multilib_src_configure() { Link Here
47
		--disable-shared \
47
		--disable-shared \
48
		$(use_enable nls) \
48
		$(use_enable nls) \
49
		--docdir='$(datarootdir)/doc/'${PF}
49
		--docdir='$(datarootdir)/doc/'${PF}
50
	# out-of-source build fails with --disable-dependency-tracking
51
	# when target platform requires malloc/realloc replacement
52
	# https://github.com/westes/flex/issues/244
53
	mkdir -p ./lib || die
50
}
54
}
51
55
52
multilib_src_compile() {
56
multilib_src_compile() {

Return to bug 625508