diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-02-27 02:53:39 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-02-27 02:53:39 +0100 |
commit | 9db048c9d93a00adf4b258d2341b24229d2a45a1 (patch) | |
tree | 58994c0e8e5b77a1909b232c5cb57109583cf8b4 /scripts | |
parent | cb80c415d8a20b03f0d6a8f2fc38e8c8250a04da (diff) |
Serialize flow risk score / confidence.
* bump libnDPI to 8b062295cc76a60e3905c054ce37bd17669464d1
* removed ndpi_id_struct's
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-and-build-libndpi.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/get-and-build-libndpi.sh b/scripts/get-and-build-libndpi.sh index 215c7b9b0..f4bae262e 100755 --- a/scripts/get-and-build-libndpi.sh +++ b/scripts/get-and-build-libndpi.sh @@ -10,6 +10,17 @@ flock -x -n 42 || { exit 1; } +cat <<EOF +------ environment variables ------ +CFLAGS=${CFLAGS:-} +LDFLAGS=${LDFLAGS:-} +CROSS_COMPILE_TRIPLET=${CROSS_COMPILE_TRIPLET:-} +ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-} +MAKE_PROGRAM=${MAKE_PROGRAM:-} +DEST_INSTALL=${DEST_INSTALL:-} +----------------------------------- +EOF + set -x cd "$(dirname "${0}")/.." |