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

Collapse All | Expand All

(-)rng-tools-5.ebuild.orig (+9 lines)
Lines 21-26 Link Here
21
	selinux? ( sec-policy/selinux-rngd )"
21
	selinux? ( sec-policy/selinux-rngd )"
22
22
23
src_prepare() {
23
src_prepare() {
24
	local manpage_wm_default=""
25
26
	# The default watermark fill size is reported incorrectly in the manpage.
27
	# See bug #555094.
28
	manpage_wm_default+=". By default, this value is set to 75% of "
29
	manpage_wm_default+="the entropy pool size or 2048 bits if the "
30
	manpage_wm_default+="entropy pool size couldn't be determined."
31
	sed -i -e "s/ (default: 2048)./${manpage_wm_default}/" rngd.8.in || die
32
24
	echo 'bin_PROGRAMS = randstat' >> contrib/Makefile.am
33
	echo 'bin_PROGRAMS = randstat' >> contrib/Makefile.am
25
	epatch "${FILESDIR}"/test-for-argp.patch\
34
	epatch "${FILESDIR}"/test-for-argp.patch\
26
		"${FILESDIR}"/${P}-fix-textrels-on-PIC-x86.patch
35
		"${FILESDIR}"/${P}-fix-textrels-on-PIC-x86.patch

Return to bug 555094