mirror of
https://github.com/utoni/nDPId.git
synced 2026-04-28 06:59:35 +00:00
bump libnDPI to 75db1a8a66476b3c16cc1a8bf63ca2b0e2fba3ed
* incorporate upstream changes:
- nDPI supports build directories now
- set memory wrapper
- classification states
- process packet signature change
* disabled fuzz-* test pcaps
- cause timestamp diff's for some libpcap builds
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
643aa49d34
commit
d629fda779
932 changed files with 5922 additions and 12497 deletions
|
|
@ -101,7 +101,8 @@ test ! -r Makefile || { make distclean || true; }
|
|||
DEST_INSTALL="${DEST_INSTALL:-$(realpath ./install)}"
|
||||
MAKE_PROGRAM="${MAKE_PROGRAM:-make -j4}"
|
||||
HOST_ARG="--host=${HOST_TRIPLET}"
|
||||
./autogen.sh --enable-option-checking=fatal \
|
||||
./autogen.sh
|
||||
./configure --enable-option-checking=fatal \
|
||||
--prefix="/" \
|
||||
--with-only-libndpi ${HOST_ARG} ${ADDITIONAL_ARGS} || { cat config.log | grep -v '^|'; false; }
|
||||
${MAKE_PROGRAM} ${MAKEFLAGS} install DESTDIR="${DEST_INSTALL}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue