diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-02-10 12:36:39 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-02-10 12:38:41 -0600 |
commit | 3da2f8152d78ab8128d35edc8764af1541403a46 (patch) | |
tree | f983988ddc335f6e17240c0b0bd471eebc7eba12 /net-fs | |
parent | app-crypt/libykneomgr: remove last-rited package (diff) | |
download | gentoo-3da2f8152d78ab8128d35edc8764af1541403a46.tar.gz gentoo-3da2f8152d78ab8128d35edc8764af1541403a46.tar.bz2 gentoo-3da2f8152d78ab8128d35edc8764af1541403a46.zip |
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@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.11.6-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.11.6-r2.ebuild b/net-fs/samba/samba-4.11.6-r2.ebuild index 511b8d74c73e..9219eea8564a 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} ) |