From feb2583ef680281c827df75e3c3f6d4b97be8d8f Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 6 Feb 2024 10:34:26 +0100 Subject: bump libnDPI to 4543385d107fcc5a7e8632e35d9a60bcc40cb4f4 * incorporated API changes from nDPI Signed-off-by: Toni Uhlig --- scripts/get-and-build-libndpi.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/get-and-build-libndpi.sh') diff --git a/scripts/get-and-build-libndpi.sh b/scripts/get-and-build-libndpi.sh index 2d0939538..27d2e2455 100755 --- a/scripts/get-and-build-libndpi.sh +++ b/scripts/get-and-build-libndpi.sh @@ -104,6 +104,7 @@ MAKE_PROGRAM="${MAKE_PROGRAM:-make -j4}" HOST_ARG="--host=${HOST_TRIPLET}" ./autogen.sh --enable-option-checking=fatal \ --prefix="/" \ + --disable-global-context-support \ --with-only-libndpi ${HOST_ARG} ${ADDITIONAL_ARGS} || { cat config.log | grep -v '^|'; false; } ${MAKE_PROGRAM} ${MAKEFLAGS} install DESTDIR="${DEST_INSTALL}" -- cgit v1.2.3