Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuna-f1sh/cross-udev-hwdb
Example issue compiling udev with hwdb support
https://github.com/tuna-f1sh/cross-udev-hwdb
Last synced: 25 days ago
JSON representation
Example issue compiling udev with hwdb support
- Host: GitHub
- URL: https://github.com/tuna-f1sh/cross-udev-hwdb
- Owner: tuna-f1sh
- Created: 2023-11-21T10:34:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-22T09:49:21.000Z (12 months ago)
- Last Synced: 2024-05-02T04:42:45.514Z (6 months ago)
- Language: Rust
- Size: 7.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Works
`cross build --locked --release --all-features --target=x86_64-unknown-linux-gnu --target-dir target`
## Patch Fixes:
```
libudev-sys = { git = "https://github.com/Emilgardis/libudev-sys", branch = "fix-cross-compilation" }
```# Fails
`cross build --locked --release --all-features --target=aarch64-unknown-linux-gnu --target-dir target`
## Patch Fixes:
```
libudev-sys = { git = "https://github.com/Emilgardis/libudev-sys", branch = "fix-cross-compilation" }
```