openwrt/package/utils/lua
Rosen Penev 159b32869e 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>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:27 +00:00
..
patches lua: fix build with MacOS's make 2019-06-28 11:40:08 +02:00
patches-host lua: fix build with MacOS's make 2019-06-28 11:40:08 +02:00
Makefile lua: add -ldl for glibc builds 2021-09-01 08:07:27 +00:00