Opened 6 years ago
Last modified 4 years ago
Reported by: nijel Assigned to: pmatilai Priority: major Milestone: rpm-4.10.0 Component: rpm Version: RPM Development Keywords: Cc:
On Debian, the lua library is named liblua5.1 and configure script does not it detect because of it.
There is also pkg-config support in Lua, which might be used:
$ pkg-config --libs lua5.1
-llua5.1
Nod, the configure checks should be made to use pkg-config where available, this includes at least lua and sqlite.
Fixed in HEAD... at long last.