[Tarantool-patches] [PATCH v2 1/3] Bump luajit repository

Alexander V. Tikhonov avtikhon at tarantool.org
Tue Jul 7 16:20:56 MSK 2020


Found that opensuse adding linker flag '--no-undefined' which produces
the fails on building tests. Decided to block this flag due to dynamic
libraries will be loaded from tarantool executable and will use symbols
from it. So it is completely okay to have unresolved symbols at build
time.

Needed for #4562
---
 third_party/luajit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/third_party/luajit b/third_party/luajit
index 377198b88..106539de2 160000
--- a/third_party/luajit
+++ b/third_party/luajit
@@ -1 +1 @@
-Subproject commit 377198b88382960a2f0af9c09014284e34630513
+Subproject commit 106539de29e1273b8b388dcfe66f5dfa5f3a6b76
-- 
2.17.1



More information about the Tarantool-patches mailing list