mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-11-02 03:07:49 +00:00
Serialize flow risk score / confidence.
* bump libnDPI to 8b062295cc76a60e3905c054ce37bd17669464d1 * removed ndpi_id_struct's Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -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}")/.."
|
||||
|
||||
Reference in New Issue
Block a user