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

Collapse All | Expand All

(-)proftpd/proftpd-1.2.10-r7.ebuild (-1 / +2 lines)
Lines 5-11 Link Here
5
inherit flag-o-matic eutils
5
inherit flag-o-matic eutils
6
6
7
IUSE="hardened ipv6 ldap mysql pam postgres shaper softquota ssl tcpd
7
IUSE="hardened ipv6 ldap mysql pam postgres shaper softquota ssl tcpd
8
	selinux sendfile noauthunix authfile ncurses xinetd"
8
	selinux sendfile noauthunix authfile ncurses xinetd ldapv3bind"
9
9
10
MY_P=${P/_/}
10
MY_P=${P/_/}
11
S=${WORKDIR}/${MY_P}
11
S=${WORKDIR}/${MY_P}
Lines 43-48 Link Here
43
	# Fix ftpshut and SqlShowInfo, bug #100364
43
	# Fix ftpshut and SqlShowInfo, bug #100364
44
	epatch "${FILESDIR}/proftpd-ftpshut.patch"
44
	epatch "${FILESDIR}/proftpd-ftpshut.patch"
45
	epatch "${FILESDIR}/proftpd-sqlshowinfo.patch"
45
	epatch "${FILESDIR}/proftpd-sqlshowinfo.patch"
46
	use ldapv3bind && epatch "${FILESDIR}/proftpd-ldapv3bind.patch"
46
}
47
}
47
48
48
src_compile() {
49
src_compile() {

Return to bug 86802