bump libnDPI to 4543385d107fcc5a7e8632e35d9a60bcc40cb4f4

* incorporated API changes from nDPI

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2024-02-06 10:34:26 +01:00
parent 7368f222db
commit feb2583ef6
1342 changed files with 31266 additions and 12858 deletions

View File

@@ -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}"