aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-04-16 22:18:19 +0200
committerlns <matzeton@googlemail.com>2022-04-16 22:18:19 +0200
commitdb83f82d29df4fd0dfe638fad305366fb265edb8 (patch)
tree305735c7907f73848661f891644d3f4c3dbf058c /scripts
parent645aeaf5b44ada9a4bcbc5e6d7ebf17ba4a82ea4 (diff)
Fixed build if BUILD_NDPI=ON. May happen during XCompilation.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-and-build-libndpi.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/get-and-build-libndpi.sh b/scripts/get-and-build-libndpi.sh
index 8b83ae988..39b775158 100755
--- a/scripts/get-and-build-libndpi.sh
+++ b/scripts/get-and-build-libndpi.sh
@@ -12,6 +12,9 @@ flock -x -n 42 || {
cat <<EOF
------ environment variables ------
+CC=${CC:-}
+CXX=${CXX:-}
+PKG_CONFIG=${PKG_CONFIG:-}
CFLAGS=${CFLAGS:-}
LDFLAGS=${LDFLAGS:-}
CROSS_COMPILE_TRIPLET=${CROSS_COMPILE_TRIPLET:-}