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

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- boinc-6.4.5.ebuild
0
++ boinc-6.4.5.ebuild
Lines 74-79 src_configure() { Link Here
74
	# nonstandard enable
74
	# nonstandard enable
75
	use server || config="--disable-server"
75
	use server || config="--disable-server"
76
76
77
	# Bug #248769: don't use strlcat and friends from kerberos or similar
78
	local func
79
	for func in strlcat strlcpy; do
80
		eval "export ac_cv_func_${func}=no"
81
		append-cppflags -D${func}=boinc_${func}
82
	done
83
77
	# configure
84
	# configure
78
	econf \
85
	econf \
79
		--disable-dependency-tracking \
86
		--disable-dependency-tracking \

Return to bug 248769