mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libpfring: Update to 7.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user