]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure/mingw: move libs in LDFLAGS to LDADD
authorJason Ish <jason.ish@oisf.net>
Mon, 30 Nov 2020 21:37:02 +0000 (15:37 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 1 Dec 2020 16:52:07 +0000 (10:52 -0600)
commit976f4a2d38cbf252ac8fc3d9fe67c619b914b8c2
treec073e3a7cbf0faa638ccd6bc486890cf517a888c
parent62af35b939e901e83ed6dd19a0cc3eeb05ff0bb2
configure/mingw: move libs in LDFLAGS to LDADD

Moving the libs specified in LDFLAGS to LDADD put them into the
correct placement on in the link command.

(cherry picked from commit 10f639e9d1edae14d87feb66059723d87b3efdb8)
configure.ac