mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
Fix build --with-local-libgcrypt
This commit is contained in:
parent
7dc6fa8b31
commit
1e68f73ca3
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue