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

Collapse All | Expand All

(-)vsftpd-3.0.2-r2.ebuild (-1 / +9 lines)
Lines 56-67 Link Here
56
56
57
	#Bug #450536
57
	#Bug #450536
58
	epatch "${FILESDIR}"/${P}-remove-legacy-cap.patch
58
	epatch "${FILESDIR}"/${P}-remove-legacy-cap.patch
59
60
	epatch_user
59
}
61
}
60
62
61
src_compile() {
63
src_compile() {
64
	LIBS=
65
	use caps && LIBS+=" -lcap"
66
	use pam && LIBS+=" -lpam"
67
	use tcpd && LIBS+=" -lwrap"
68
	use ssl && LIBS+=" -lssl -lcrypto"
69
62
	CFLAGS="${CFLAGS}" \
70
	CFLAGS="${CFLAGS}" \
63
	CC="$(tc-getCC)" \
71
	CC="$(tc-getCC)" \
64
	emake
72
	emake LIBS="${LIBS}"
65
}
73
}
66
74
67
src_install() {
75
src_install() {

Return to bug 508192