[libcoap] build.sh: disable DTLS (#1942)

OSS fuzzing currently is done without DTLS support. As of
4.2.0-rc2, libcoap's configuration builds against OpenSSL by
default and thus `--disable-dtls` must be passed to the
configuration script.

Fixes issue 11309
This commit is contained in:
obgm 2018-11-11 16:08:08 +01:00 committed by Abhishek Arya
parent 89c53fee79
commit 0db7736b95
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
################################################################################
./autogen.sh && ./configure --disable-doxygen --disable-manpages \
--disable-dtls \
&& make -j$(nproc)
# build all fuzzer targets