From 9aeff586bd2b1af01fd798c2b7f1ade1ffb879d2 Mon Sep 17 00:00:00 2001 From: lns Date: Mon, 18 Apr 2022 18:55:24 +0200 Subject: bump libnDPI to 8b2c9860be8b0663bfe9fc3b6defc041bb90e5b2 Signed-off-by: lns --- 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 39b775158..f9851c852 100755 --- a/scripts/get-and-build-libndpi.sh +++ b/scripts/get-and-build-libndpi.sh @@ -32,6 +32,7 @@ if [ -d ./.git ]; then fi cd ./libnDPI +test -r Makefile && make distclean DEST_INSTALL="${DEST_INSTALL:-$(realpath ./install)}" MAKE_PROGRAM="${MAKE_PROGRAM:-make -j4}" if [ ! -z "${CROSS_COMPILE_TRIPLET}" ]; then -- cgit v1.2.3