freebsd-ports/net-mgmt/fastnetmon/files/extra-patch-src_fast__library.h
Piotr Kubaj 1f6cfc16a9 net-mgmt/fastnetmon: enable luajit on powerpc64
Use luajit-openresty, since main luajit port doesn't support powerpc64. Add extra patches to replace luajit-2.0 with luajit-2.1.
2020-09-23 17:15:13 +00:00

11 lines
257 B
C

--- src/fast_library.h.orig 2020-09-23 17:00:00 UTC
+++ src/fast_library.h
@@ -25,7 +25,7 @@
#include "libpatricia/patricia.h"
#ifdef ENABLE_LUA_HOOKS
-#include <luajit-2.0/lua.hpp>
+#include <luajit-2.1/lua.hpp>
#endif
#define TCP_FIN_FLAG_SHIFT 1