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

Collapse All | Expand All

(-)ocaml-sqlite3-1.6.1.ebuild-new (+1 lines)
Lines 31-36 Link Here
31
	emake -j1 bytecode || die "make bytecode failed"
31
	emake -j1 bytecode || die "make bytecode failed"
32
	if use ocamlopt; then
32
	if use ocamlopt; then
33
		emake -j1 opt || die "make opt failed"
33
		emake -j1 opt || die "make opt failed"
34
		ocamlopt -shared -linkall sqlite3.cmxa -o sqlite3.cmxs
34
	fi
35
	fi
35
	if use doc; then
36
	if use doc; then
36
		emake -j1 docs || die "make doc failed"
37
		emake -j1 docs || die "make doc failed"

Return to bug 424541