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

(-)/usr/portage/net-ftp/lftp/lftp-2.6.2.ebuild (-2 / +2 lines)
Lines 37-44 src_compile() { Link Here
37
	use ssl && myconf="${myconf} --with-ssl=/usr" \
37
	use ssl && myconf="${myconf} --with-ssl=/usr" \
38
		|| myconf="${myconf} --without-ssl"
38
		|| myconf="${myconf} --without-ssl"
39
39
40
	use socks5 && myconf="${myconf} --with-socks5" \
40
	use socks5 && myconf="${myconf} --with-socksdante=/usr" \
41
		|| myconf="${myconf} --without-socks5"
41
		|| myconf="${myconf} --without-socksdante"
42
42
43
	export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}"
43
	export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}"
44
	export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"
44
	export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}"

Return to bug 8013