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

Collapse All | Expand All

(-)libprelude-1.0.1.ebuild (+3 lines)
Lines 50-55 Link Here
50
	# Python bindings are built/installed manually.
50
	# Python bindings are built/installed manually.
51
	sed -e "/^SUBDIRS =/s/ python//" -i bindings/low-level/Makefile.am bindings/Makefile.am || die "sed failed"
51
	sed -e "/^SUBDIRS =/s/ python//" -i bindings/low-level/Makefile.am bindings/Makefile.am || die "sed failed"
52
52
53
	# dirty workaround for glibc 2.16 compatibility
54
	sed -e '/gets is a security hole/d' -i libmissing/stdio.in.h || die "sed failed"
55
53
	eautoreconf
56
	eautoreconf
54
}
57
}
55
58

Return to bug 446814