openwrt/package/utils/lua
Rosen Penev 980dca6b7f 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-06 15:38:57 -10: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-01-06 15:38:57 -10:00