]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: put lua libs in LIBS not LDFLAGS
authorJason Ish <jason.ish@oisf.net>
Wed, 10 Feb 2021 20:29:23 +0000 (14:29 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 16 Feb 2021 17:43:26 +0000 (11:43 -0600)
commitd648446c32246c409623340948d83bfa90cc9fef
treebb62fe6da7463f778d3661d34ab5a2418bf2573d
parentdbae17dbc04f87f8463b02e11d1361fb6b1d84dc
configure: put lua libs in LIBS not LDFLAGS

This is required to separate LIBS from LDFLAGS when outputting
a usable LIBS configuration line for users of the shared library.
configure.ac