projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ede08
)
net-fs/samba: disable broken parallel configure
author
Ben Kohler
<bkohler@gentoo.org>
Mon, 10 Feb 2020 18:36:39 +0000
(12:36 -0600)
committer
Ben Kohler
<bkohler@gentoo.org>
Mon, 10 Feb 2020 18:38:41 +0000
(12:38 -0600)
When parallel configure works, it was slower than --jobs 1 anyway.
Closes: https://bugs.gentoo.org/683148
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
net-fs/samba/samba-4.11.6-r2.ebuild
patch
|
blob
|
history
diff --git
a/net-fs/samba/samba-4.11.6-r2.ebuild
b/net-fs/samba/samba-4.11.6-r2.ebuild
index 511b8d74c73ea82d8001b728720491c8ba8ae486..9219eea8564a61f912ea830f0d6acc2cfad435f1 100644
(file)
--- a/
net-fs/samba/samba-4.11.6-r2.ebuild
+++ b/
net-fs/samba/samba-4.11.6-r2.ebuild
@@
-221,6
+221,8
@@
multilib_src_configure() {
$(use_with debug lttng)
$(use_with ldap)
$(use_with profiling-data)
+ # bug #683148
+ --jobs 1
)
multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )