mirror of
https://github.com/nfstream/nfstream.git
synced 2026-06-01 05:59:19 +00:00
Add wheels generation job.
This commit is contained in:
parent
a9a02ea2f5
commit
2f38bc2748
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ build_libndpi() {
|
|||
echo "Compiling libndpi"
|
||||
echo "---------------------------------------------------------------------------------------------------------------"
|
||||
cd nDPI
|
||||
sed -i 's/PKG_CHECK_MODULES/dnl> /g' configure.ac
|
||||
env CFLAGS="-I/tmp/nfstream_build/usr/local/include" LDFLAGS="-L/tmp/nfstream_build/usr/local/lib" ./autogen.sh --with-local-libgcrypt
|
||||
make
|
||||
make DESTDIR=/tmp/nfstream_build install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue