aboutsummaryrefslogtreecommitdiff
path: root/scripts/get-and-build-libndpi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/get-and-build-libndpi.sh')
-rwxr-xr-xscripts/get-and-build-libndpi.sh11
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}")/.."