commit:     3da2f8152d78ab8128d35edc8764af1541403a46
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 18:36:39 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 18:38:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da2f815

net-fs/samba: disable broken parallel configure

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 <AT> gentoo.org>

 net-fs/samba/samba-4.11.6-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-fs/samba/samba-4.11.6-r2.ebuild 
b/net-fs/samba/samba-4.11.6-r2.ebuild
index 511b8d74c73..9219eea8564 100644
--- 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} 
)

Reply via email to