aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-03-24 01:57:09 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-03-24 02:16:33 +0100
commit9f9e881b3fe5217210b7413912b42cd979da45ba (patch)
tree5e3280a097d9876111e8ef7fc6313cdf31386037 /scripts
parent65a9e5a18daf10cc2b8c7266d1ac0a9bcb7f1c4c (diff)
bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-and-build-libndpi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-and-build-libndpi.sh b/scripts/get-and-build-libndpi.sh
index f4bae262e..8b83ae988 100755
--- a/scripts/get-and-build-libndpi.sh
+++ b/scripts/get-and-build-libndpi.sh
@@ -36,7 +36,7 @@ if [ ! -z "${CROSS_COMPILE_TRIPLET}" ]; then
else
HOST_ARG=""
fi
-./autogen.sh --prefix="${DEST_INSTALL}" --with-only-libndpi ${HOST_ARG} ${ADDITIONAL_ARGS}
+./autogen.sh --enable-option-checking=fatal --prefix="${DEST_INSTALL}" --with-only-libndpi ${HOST_ARG} ${ADDITIONAL_ARGS}
${MAKE_PROGRAM} install
rm -f "${LOCKFILE}"