mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-30 01:42:22 +00:00
Fix libnDPI build script.
* added ntop Webinar 2022 reference Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -57,9 +57,8 @@ DEST_INSTALL="${DEST_INSTALL:-$(realpath ./install)}"
|
||||
MAKE_PROGRAM="${MAKE_PROGRAM:-make -j4}"
|
||||
HOST_ARG="--host=${HOST_TRIPLET}"
|
||||
./autogen.sh --enable-option-checking=fatal \
|
||||
--prefix="${DEST_INSTALL}" --exec-prefix="${DEST_INSTALL}" \
|
||||
--includedir="${DEST_INSTALL}/include" --libdir="${DEST_INSTALL}/lib" \
|
||||
--prefix="/" \
|
||||
--with-only-libndpi ${HOST_ARG} ${ADDITIONAL_ARGS}
|
||||
${MAKE_PROGRAM} install
|
||||
${MAKE_PROGRAM} install DESTDIR="${DEST_INSTALL}"
|
||||
|
||||
rm -f "${LOCKFILE}"
|
||||
|
||||
Reference in New Issue
Block a user