diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-09-17 17:45:08 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-09-17 18:59:49 +0200 |
commit | 4fa1694b0514042404ef7efa801addc2f624cf37 (patch) | |
tree | e115edac6cfa85a47b5554eb1f018f345a18d2ad /scripts | |
parent | c5be804725623977193aad459caf906f325c83bd (diff) |
Github Actions integration
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-and-build-libndpi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-and-build-libndpi.sh b/scripts/get-and-build-libndpi.sh index 573b68d2c..215c7b9b0 100755 --- a/scripts/get-and-build-libndpi.sh +++ b/scripts/get-and-build-libndpi.sh @@ -25,7 +25,7 @@ if [ ! -z "${CROSS_COMPILE_TRIPLET}" ]; then else HOST_ARG="" fi -./autogen.sh --prefix="${DEST_INSTALL}" --with-only-libndpi ${HOST_ARG} +./autogen.sh --prefix="${DEST_INSTALL}" --with-only-libndpi ${HOST_ARG} ${ADDITIONAL_ARGS} ${MAKE_PROGRAM} install rm -f "${LOCKFILE}" |