Lua link on Jammy Jellyfish

This commit is contained in:
nhmall
2022-02-04 18:03:08 -05:00
parent 5b28db5f23
commit ee1eff538c
2 changed files with 2 additions and 1 deletions

View File

@@ -458,7 +458,7 @@ PACKAGE=@true
MAKEDEFS = ../util/makedefs
# -lm required by lua
LUALIB = ../lib/lua/liblua.a -lm
LUALIB = ../lib/lua/liblua.a -lm $(DLLIB)
# timestamp files to reduce `make' overhead and shorten .o dependency lists
CONFIG_H = ../src/config.h-t

View File

@@ -263,6 +263,7 @@ override LUAHEADERS = submodules/lua
override LUA2NHTOP = ../..
override LUAMAKEFLAGS=$(LUAFLAGS)
endif # GITSUBMODULES
DLLIB = -ldl
# Only needed for GLIBC stack trace:
LFLAGS=-rdynamic