aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libcoap/build.sh
diff options
context:
space:
mode:
authorGravatar obgm <obgm@users.noreply.github.com>2018-11-11 16:08:08 +0100
committerGravatar Abhishek Arya <inferno@chromium.org>2018-11-11 07:08:08 -0800
commit0db7736b95317549bb79e3bb77e699b01d8e8e3a (patch)
tree8957bc0b256d23be76bc4cb5ba814ea121b80ee3 /projects/libcoap/build.sh
parent89c53fee79bd7aabfdbc989dfab6ca4074c3acba (diff)
[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
Diffstat (limited to 'projects/libcoap/build.sh')
-rwxr-xr-xprojects/libcoap/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/libcoap/build.sh b/projects/libcoap/build.sh
index 1c988733..1871b467 100755
--- a/projects/libcoap/build.sh
+++ b/projects/libcoap/build.sh
@@ -16,6 +16,7 @@
################################################################################
./autogen.sh && ./configure --disable-doxygen --disable-manpages \
+ --disable-dtls \
&& make -j$(nproc)
# build all fuzzer targets