dev-db/mongodb: prepare for arm64 keywording
authorTomas Mozes <hydrapolic@gmail.com>
Fri, 29 Nov 2019 23:26:20 +0000 (23:26 +0000)
committerAaron Bauman <bman@gentoo.org>
Sat, 30 Nov 2019 01:18:53 +0000 (20:18 -0500)
Bug: https://bugs.gentoo.org/701300
Tested-by: Julian Weinert <julian@jweinert.de>
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13803
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-db/mongodb/mongodb-4.2.1.ebuild

index cdd1a9ed1be54eec3dcca1e19cae01ebac9c0e97..6e7959885f0b7f37c65568c9fbbb518fcb3e9c0d 100644 (file)
@@ -101,6 +101,7 @@ src_configure() {
                --use-system-zstd
        )
 
+       use arm64 && scons_opts+=( --use-hardware-crc32=off ) # Bug 701300
        use debug && scons_opts+=( --dbg=on )
        use kerberos && scons_opts+=( --use-sasl-client )
        use lto && scons_opts+=( --lto=on )