Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 935274
Collapse All | Expand All

(-)a/dev-db/mongodb/mongodb-5.0.26.ebuild (-1 / +3 lines)
Lines 141-146 src_configure() { Link Here
141
		--use-system-zstd
141
		--use-system-zstd
142
	)
142
	)
143
143
144
	# configure fails with makeopts_jobs > number of CPUs and --force-jobs not set
145
	[[ $(makeopts_jobs) -gt 1 ]] && scons_opts+=( --force-jobs )
146
144
	use arm64 && scons_opts+=( --use-hardware-crc32=off ) # Bug 701300
147
	use arm64 && scons_opts+=( --use-hardware-crc32=off ) # Bug 701300
145
	use amd64 && scons_opts+=( --experimental-optimization=-sandybridge ) # Bug 890294
148
	use amd64 && scons_opts+=( --experimental-optimization=-sandybridge ) # Bug 890294
146
	use debug && scons_opts+=( --dbg=on )
149
	use debug && scons_opts+=( --dbg=on )
147
- 

Return to bug 935274