commit:     602a5ac8c27d4cbe020fc872e25c8166ba1ff284
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 21:51:19 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 23 21:55:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602a5ac8

net-fs/samba: Use waf-utils_src_compile in order to get parallel builds

The 4.6 versions already do this.

Patch by Sergei Trofimovich <slyfox <AT> gentoo.org>

Bug: https://bugs.gentoo.org/622190

 net-fs/samba/samba-4.5.10.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild
index 4eb8cea8c24..dce3a54883c 100644
--- a/net-fs/samba/samba-4.5.10.ebuild
+++ b/net-fs/samba/samba-4.5.10.ebuild
@@ -211,6 +211,10 @@ multilib_src_configure() {
                waf-utils_src_configure ${myconf[@]}
 }
 
+multilib_src_compile() {
+       waf-utils_src_compile
+}
+
 multilib_src_install() {
        waf-utils_src_install
 

Reply via email to