projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ddc28c
)
net-libs/cvm: Force non-parallel make
author
Michał Górny
<mgorny@gentoo.org>
Fri, 27 Sep 2019 14:54:41 +0000
(16:54 +0200)
committer
Michał 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
patch
|
blob
|
history
diff --git
a/net-libs/cvm/cvm-0.97.ebuild
b/net-libs/cvm/cvm-0.97.ebuild
index 9f7bfe2f738012eddb7144233d6d2467c3f163b3..85fee13033282d21ba4843b7e4e79db13644a28b 100644
(file)
--- 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"