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

Collapse All | Expand All

(-)/usr/portage/sys-libs/pam/pam-1.3.1-r1.ebuild (+10 lines)
Lines 40-45 S="${WORKDIR}/linux-${P}" Link Here
40
src_prepare() {
40
src_prepare() {
41
	default
41
	default
42
	eapply "${FILESDIR}/${PN}-remove-browsers.patch"
42
	eapply "${FILESDIR}/${PN}-remove-browsers.patch"
43
44
	# Bug #687234
45
	# Fix build of linux-pam on musl libc due to missing, glibc-specific
46
	# functionality.
47
	if use elibc_musl; then
48
		eapply "${FILESDIR}/${P}-musl-replace-strdupa.patch"
49
		eapply "${FILESDIR}/${P}-musl-fix-rlimit_nofile.patch"
50
		eapply "${FILESDIR}/${P}-musl-paths_logwtmp.patch"
51
	fi
52
43
	touch ChangeLog || die
53
	touch ChangeLog || die
44
	eautoreconf
54
	eautoreconf
45
}
55
}

Return to bug 687234