Bug#873321: wrk FTBFS with luajit 2.1

2018-03-09 Thread Rinat Ibragimov
Hi. I believe patch below should fix the build. Here is why changes are made. First, is luaL_reg. It was a macro for compatibility with Lua 5.0. It was defined in LuaJIT 2.0 headers, but removed in LuaJIT 2.1. The solution is to use luaL_Reg (note capital R), or to define the macro again. Next

Bug#873321: wrk FTBFS with luajit 2.1

2017-08-26 Thread Adrian Bunk
Source: wrk Version: 4.0.2-2 Severity: serious https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/wrk.html ... CC src/wrk.c In file included from /usr/include/pthread.h:21:0, from src/wrk.h:5, from src/wrk.c:3: /usr/include/features.h:148:3: warni