Commit 18bb5d3c authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 21318: Use MAKEOPTS for GMP build

parent 9ee3e375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ..