]> git.ipfire.org Git - thirdparty/suricata.git/commit
windows: add -lntdll to Windows builds
authorJason Ish <jason.ish@oisf.net>
Wed, 7 Jun 2023 15:22:32 +0000 (09:22 -0600)
committerVictor Julien <vjulien@oisf.net>
Thu, 8 Jun 2023 08:07:25 +0000 (10:07 +0200)
commit13dbb5d11aef9387fe1acd7413881a5585d2949a
tree1ae4e32a7d6bf76260110ca76819aff6fb32964c
parent1b9e4fba061e3549d3db7ed6ae00d0a81d29b570
windows: add -lntdll to Windows builds

Rust 1.70 has introduced some possible issues between LLVM and gcc
causing link errors that are fixed by explicitly adding -lntdll.

Thanks to https://github.com/extendr/rextendr/pull/285 for the fix.
configure.ac