Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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" }
```