Skip to content

Properly link in libudev once it is found#17

Closed
CuriouslyCurious wants to merge 1 commit intodcuddeback:masterfrom
CuriouslyCurious:fix-linking-in-libudev
Closed

Properly link in libudev once it is found#17
CuriouslyCurious wants to merge 1 commit intodcuddeback:masterfrom
CuriouslyCurious:fix-linking-in-libudev

Conversation

@CuriouslyCurious
Copy link

This fixes a subtle issue where libudev-rs assumes that the library files are properly linked in which can result in a seemingly mysterious SIGSEGV when using a musl-based libc distribution.

See probe-rs/probe-rs#2148 for details.

This fixes a subtle issue where libudev-rs assumes that the library files
are properly linked in which can result in a seemingly mysterious SIGSEGV
when using a musl-based libc distribution.

See [https://github.com/probe-rs/probe-rs/issues/2148](https://github.com/probe-rs/probe-rs/issues/2148)
for details.
@CuriouslyCurious
Copy link
Author

I see now that another PR does more fixes to the build.rs than just this small change so I will refer to that one instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments