diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-27 16:54:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-27 16:58:57 +0200 |
commit | 2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba (patch) | |
tree | 689a733ff999889f6a4f441d90a8580c0a7b4a3c /net-libs/cvm | |
parent | dev-scheme/gauche: drop old (diff) | |
download | gentoo-2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba.tar.gz gentoo-2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba.tar.bz2 gentoo-2d7b0d82d9bdcbedbdffa674ab29e5b526e54eba.zip |
net-libs/cvm: Force non-parallel make
Closes: https://bugs.gentoo.org/310843
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/cvm')
-rw-r--r-- | net-libs/cvm/cvm-0.97.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/cvm/cvm-0.97.ebuild b/net-libs/cvm/cvm-0.97.ebuild index 9f7bfe2f7380..85fee1303328 100644 --- a/net-libs/cvm/cvm-0.97.ebuild +++ b/net-libs/cvm/cvm-0.97.ebuild @@ -65,7 +65,7 @@ src_configure() { } src_compile() { - default + emake -j1 if use mysql; then einfo "Building MySQL support" |