[tor-commits] [tor-browser-bundle/master] Bug 21318: Use MAKEOPTS for GMP build

gk at torproject.org gk at torproject.org
Wed Jan 25 13:42:44 UTC 2017


commit 18bb5d3c20f563f774a7c935b1572f60d6330a06
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Jan 25 13:42:29 2017 +0000

    Bug 21318: Use MAKEOPTS for GMP build
---
 gitian/descriptors/linux/gitian-utils.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/descriptors/linux/gitian-utils.yml b/gitian/descriptors/linux/gitian-utils.yml
index b5246f4..d10422b 100644
--- a/gitian/descriptors/linux/gitian-utils.yml
+++ b/gitian/descriptors/linux/gitian-utils.yml
@@ -120,7 +120,7 @@ script: |
   # --enable-fat makes the binaries slightly bigger but fixes reproducibility
   # issues when compiling on LXC. See bug 12238 comment 4.
   ./configure --prefix=$INSTDIR/gmp --disable-static --enable-shared --enable-cxx --enable-fat
-  make
+  make $MAKEOPTS
   make install
   cd ..
 



More information about the tor-commits mailing list