From ad4e58bff78d4e5b6816b67d7dd1691beeefd74e Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Thu, 13 Dec 2018 11:47:59 +0000
Subject: Fixed numthreads in dependencies also

Some problems with using the number of threads in dependency building were
fixed.
---
 configure | 1 +
 1 file changed, 1 insertion(+)

(limited to 'configure')

diff --git a/configure b/configure
index d716a5c..0a6f7c8 100755
--- a/configure
+++ b/configure
@@ -674,6 +674,7 @@ numthreads=$($instdir/bin/nproc)
                   rpath_command=$rpath_command             \
                   static_build=$static_build               \
                   on_mac_os=$on_mac_os                     \
+                  numthreads=$numthreads                   \
                   -j$numthreads
 
 
-- 
cgit v1.2.1