diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-06-23 14:51:19 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-06-23 14:55:52 -0700 |
commit | 602a5ac8c27d4cbe020fc872e25c8166ba1ff284 (patch) | |
tree | 38973eb0b1e4628f7f47e0903bf55c3887f6dad3 /net-fs | |
parent | dev-ada/gprbuild: Add compiler description file (diff) | |
download | gentoo-602a5ac8c27d4cbe020fc872e25c8166ba1ff284.tar.gz gentoo-602a5ac8c27d4cbe020fc872e25c8166ba1ff284.tar.bz2 gentoo-602a5ac8c27d4cbe020fc872e25c8166ba1ff284.zip |
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@gentoo.org>
Bug: https://bugs.gentoo.org/622190
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.5.10.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.5.10.ebuild b/net-fs/samba/samba-4.5.10.ebuild index 4eb8cea8c247..dce3a54883c3 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 |