aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-04-18 18:55:24 +0200
committerlns <matzeton@googlemail.com>2022-04-18 19:26:27 +0200
commit9aeff586bd2b1af01fd798c2b7f1ade1ffb879d2 (patch)
treee58734dae89ce0ece919ac4626f356b583efe7d8 /scripts
parentc7bf94e9f128e9a76a76d355a8ce77c3cc3ca6d9 (diff)
bump libnDPI to 8b2c9860be8b0663bfe9fc3b6defc041bb90e5b21.5
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-and-build-libndpi.sh1
1 files changed, 1 insertions, 0 deletions
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