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

(-)util-linux-2.19.1-r1.ebuild (-1 / +7 lines)
Lines 48-54 src_prepare() { Link Here
48
		use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
48
		use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
49
	fi
49
	fi
50
	epatch "${FILESDIR}"/${P}-mount-a-segv.patch #366213
50
	epatch "${FILESDIR}"/${P}-mount-a-segv.patch #366213
51
	epatch "${FILESDIR}"/${P}-umount-l-nfs.patch #370051
51
	if ! use loop-aes; then
52
		epatch "${FILESDIR}"/${P}-umount-l-nfs.patch #370051
53
	else
54
		ewarn "loop-aes is incompatible with current solution of #370051 bug!"
55
		ewarn "Therefore you're vulnerable to that bug now!"
56
		ewarn "Look at https://bugs.gentoo.org/show_bug.cgi?id=370051."
57
	fi
52
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
58
	use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
53
	elibtoolize
59
	elibtoolize
54
}
60
}

Return to bug 375165