File deterministic_luajit.patch of Package failed_bcc
Index: bcc-0.33.0/src/lua/CMakeLists.txt =================================================================== --- bcc-0.33.0.orig/src/lua/CMakeLists.txt +++ bcc-0.33.0/src/lua/CMakeLists.txt @@ -15,7 +15,7 @@ if (LUAJIT_LIBRARIES AND LUAJIT) ADD_CUSTOM_COMMAND( OUTPUT bcc.o - COMMAND ${LUAJIT} -bg bcc.lua bcc.o + COMMAND ${LUAJIT} -bgd bcc.lua bcc.o DEPENDS bcc.lua )