mirror of https://github.com/google/oss-fuzz.git
[gnutls] Fix disabling assembler for GMP (#783)
This commit is contained in:
parent
04d90e828f
commit
301c176a8d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue