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

Collapse All | Expand All

(-)mongodb-2.0.7-r1.ebuild.orig (-1 / +1 lines)
Lines 36-42 Link Here
36
	enewgroup mongodb
36
	enewgroup mongodb
37
	enewuser mongodb -1 -1 /var/lib/${PN} mongodb
37
	enewuser mongodb -1 -1 /var/lib/${PN} mongodb
38
38
39
	scons_opts="  --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
39
	scons_opts="  --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient"
40
	scons_opts+=" --use-system-pcre"
40
	scons_opts+=" --use-system-pcre"
41
	scons_opts+=" --use-system-snappy"
41
	scons_opts+=" --use-system-snappy"
42
42

Return to bug 457694