Skip to content

windows: add -lntdll to fix windows builds #8988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jasonish
Copy link
Member

@jasonish jasonish commented Jun 7, 2023

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

Thanks to extendr/rextendr#285 for the fix.

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

Thanks to extendr/rextendr#285 for the fix.
@jasonish jasonish requested a review from a team as a code owner June 7, 2023 16:03
@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Merging #8988 (7ceba3f) into master (0ec0d8d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8988   +/-   ##
=======================================
  Coverage   82.41%   82.41%           
=======================================
  Files         969      969           
  Lines      273556   273556           
=======================================
  Hits       225442   225442           
  Misses      48114    48114           
Flag Coverage Δ
fuzzcorpus 64.93% <ø> (-0.01%) ⬇️
suricata-verify 60.48% <ø> (+0.01%) ⬆️
unittests 62.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@jasonish
Copy link
Member Author

jasonish commented Jun 7, 2023

This is needed in master-6.0.x, but cleanly cherry-picks.

This was referenced Jun 8, 2023
@victorjulien
Copy link
Member

Merged in #8994 and #8995, thanks!

@jasonish jasonish deleted the windows-rust-update/v1 branch December 12, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants