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

Collapse All | Expand All

(-)boinc-6.2.15.ebuild.orig (+7 lines)
Lines 96-101 src_compile() { Link Here
96
			wxconf="--with-wx-config=${WX_CONFIG}"
96
			wxconf="--with-wx-config=${WX_CONFIG}"
97
		fi
97
		fi
98
98
99
		# Bug #248769: don't use strlcat and friends from kerberos or similar
100
		local func
101
		for func in strlcat strlcpy; do
102
			eval "export ac_cv_func_${func}=no"
103
			append-cppflags -D${func}=boinc_${func}
104
		done
105
99
		econf \
106
		econf \
100
			--enable-client \
107
			--enable-client \
101
			--with-ssl \
108
			--with-ssl \

Return to bug 248769