mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
ef08b70fc3
https://marc.info/?l=openbsd-misc&m=168120112917160&w=2 Laurie is in favor of this ok sthen
15 lines
673 B
Plaintext
15 lines
673 B
Plaintext
+-----------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
It is possible to use this port for locally built crates depending on
|
|
ring. The following snippet can be added to ~/.cargo/config.toml to
|
|
replace ring from crates.io with the patched source from this port:
|
|
|
|
[patch.crates-io]
|
|
ring = { path = "${LOCALBASE}/share/ring-${VERSION}" }
|
|
|
|
One side effect one needs to be aware of is that it changes Cargo.lock
|
|
files, so one needs to be careful when dealing with projects that have
|
|
it checked into git. This is typically the case for binary crates.
|