]> git.ipfire.org Git - thirdparty/suricata.git/commit
windows: add -lntdll to Windows builds 8990/head
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 07:31:07 +0000 (09:31 +0200)
commit03442a36efaa1592c680ce43280fe2e007eb8efe
tree33dfdabbbfa155d178870364251e37122d233060
parentde2c836363d1e01d39afe569e48935e95990a8ef
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