]> git.puffer.fish Git - matthieu/frr.git/commit
build: Take LUA_LIBS from pkg-config
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 8 Apr 2023 14:59:51 +0000 (17:59 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 8 Apr 2023 18:04:06 +0000 (21:04 +0300)
commit74675f8d448771756c14c9692dad1887f85d724a
tree192c903842e7e6e660696db391dd54bad0e55510
parent0633fb7856e75f5631d25386eb240b49d1f5cb0d
build: Take LUA_LIBS from pkg-config

Alpine Linux has LUA_LIB with a broken path, let's use pkg-config to grab
the LUA_LIBS properly.

checking for library containing lua_load... no
configure: error: Lua 5.3 libraries are required to build with Lua support. No other version is supported.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
configure.ac