From cca347992ce2607d2d67445aea0516c5f93bd34e Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 4 Jul 2023 18:31:37 +0200 Subject: [PATCH] Disable LUA header check for tracebox --- tracebox/patches/105-configure-header.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tracebox/patches/105-configure-header.patch diff --git a/tracebox/patches/105-configure-header.patch b/tracebox/patches/105-configure-header.patch new file mode 100644 index 000000000..cd5433395 --- /dev/null +++ b/tracebox/patches/105-configure-header.patch @@ -0,0 +1,10 @@ +--- a/configure.ac 2023-07-04 18:25:34.419067107 +0200 ++++ b/configure.ac 2023-07-04 18:25:42.558931140 +0200 +@@ -58,7 +58,6 @@ + esac ], + [ + AX_PROG_LUA +- AX_LUA_HEADERS + AX_LUA_LIBS + if test x"$LUA_LIB" = x; then + AC_MSG_ERROR([Lua library not found. You may try option --with-lua-suffix.])