[gnutls] Fix disabling assembler for GMP (#783)

This commit is contained in:
Tim Rühsen 2017-08-19 21:08:50 +02:00 committed by Abhishek Arya
parent 04d90e828f
commit 301c176a8d
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fi
cd $SRC/gmp
bash .bootstrap
ASAN_OPTIONS=detect_leaks=0 \
./configure --disable-shared --prefix=$DEPS_PATH
./configure --disable-shared --prefix=$DEPS_PATH $GMP_CONFIGURE_FLAGS
make -j$(nproc)
make install