Fix build --with-local-libgcrypt

This commit is contained in:
aouinizied 2022-03-07 17:11:24 +01:00
parent 7dc6fa8b31
commit 1e68f73ca3
3 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ jobs:
rm -rf libpcap
git clone --branch dev https://github.com/ntop/nDPI.git
cd nDPI
./autogen.sh
./autogen.sh --with-local-libgcrypt
./configure
make
sudo mkdir /usr/local/include/ndpi

View file

@ -85,7 +85,7 @@ jobs:
rm -rf libpcap
git clone --branch dev https://github.com/ntop/nDPI.git
cd nDPI
./autogen.sh
./autogen.sh --with-local-libgcrypt
./configure
make
sudo mkdir /usr/local/include/ndpi

View file

@ -78,7 +78,7 @@ jobs:
run: |
msys2 -c 'git clone --branch dev https://github.com/ntop/nDPI.git'
cd nDPI
msys2 -c './autogen.sh'
msys2 -c './autogen.sh --with-local-libgcrypt'
msys2 -c 'make all'
New-Item -Path "..\nfstream\engine\" -Name "ndpi_includes" -ItemType "directory"
msys2 -c 'cp -a src/include/. ../nfstream/engine/ndpi_includes/'