net-libs/cvm: Force non-parallel make
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Sep 2019 14:54:41 +0000 (16:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Sep 2019 14:58:57 +0000 (16:58 +0200)
Closes: https://bugs.gentoo.org/310843
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-libs/cvm/cvm-0.97.ebuild

index 9f7bfe2f738012eddb7144233d6d2467c3f163b3..85fee13033282d21ba4843b7e4e79db13644a28b 100644 (file)
@@ -65,7 +65,7 @@ src_configure() {
 }
 
 src_compile() {
-       default
+       emake -j1
 
        if use mysql; then
                einfo "Building MySQL support"