libpfring: Update to 7.4.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-12-26 08:54:49 -08:00
parent 596f8dc5e9
commit 433f882cd6
5 changed files with 8 additions and 39 deletions
@@ -1,16 +1,6 @@
--- a/userland/configure
+++ b/userland/configure
@@ -3296,14 +3296,16 @@ fi
done
-MACHINE=`uname -m`
+if test -z "$MACHINE"; then
+ MACHINE=`uname -m`
+fi
CFLAGS=""
SYS_LIBS=""
@@ -3291,7 +3291,7 @@ SYS_LIBS=""
VER=`cat ../kernel/linux/pf_ring.h | grep RING_VERSION | head -1 | cut -d '"' -f 2`
MAJOR_VER=`cat ../kernel/linux/pf_ring.h | grep RING_VERSION | head -1 | cut -d '"' -f 2 | cut -d '.' -f 1`