immortalwrt/package/utils/lua
Rosen Penev 02d96b0e27
lua: add -ldl for glibc builds
For glibc, lua needs an explicit link to libdl as glibc has it separate

Fixes the following error in at least collectd:

ld: usr/lib/liblua.so: undefined reference to `dlopen'
ld: usr/lib/liblua.so: undefined reference to `dlclose'
ld: usr/lib/liblua.so: undefined reference to `dlerror'
ld: usr/lib/liblua.so: undefined reference to `dlsym'

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-01-07 09:57:28 +08:00
..
patches lua: fix build with MacOS's make 2020-03-25 13:42:28 +08:00
patches-host lua: fix build with MacOS's make 2020-03-25 13:42:28 +08:00
Makefile lua: add -ldl for glibc builds 2021-01-07 09:57:28 +08:00