Package: luajit-5.1-2
Version: 2.0.3+dfsg-3

Since you're providing libluajit, can you link the luajit binary against the libluajit shared library?

--- a/src/Makefile
+++ b/src/Makefile
@@ -679,7 +679,7 @@

 $(LUAJIT_T): $(TARGET_O) $(LUAJIT_O) $(TARGET_DEP)
     $(E) "LINK      $@"
- $(Q)$(TARGET_LD) $(TARGET_ALDFLAGS) -o $@ $(LUAJIT_O) $(TARGET_O) $(TARGET_ALIBS) + $(Q)$(TARGET_LD) $(TARGET_ALDFLAGS) -I. -I./src -I/usr/include -lm -ldl -o $@ $(LUAJIT_O) $(LUAJIT_SO)
     $(Q)$(TARGET_STRIP) $@
     $(E) "OK        Successfully built LuaJIT"


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to