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

Collapse All | Expand All

(-)/nilfisk/home/dve/go-mono.eclass (+1 lines)
Lines 70-75 Link Here
70
# @DESCRIPTION: Runs econf, disabling static libraries and dependency-tracking.
70
# @DESCRIPTION: Runs econf, disabling static libraries and dependency-tracking.
71
go-mono_src_configure() {
71
go-mono_src_configure() {
72
	econf	--disable-dependency-tracking		\
72
	econf	--disable-dependency-tracking		\
73
		--disable-static			\
73
		"$@"
74
		"$@"
74
}
75
}
75
76

Return to bug 258722