mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
The rldd tool resolves and prints the binary or shared library dependencies with different visualization options. In opposite to the Linux ldd tool, it does not invoke the system loader but instead parses the loading information directly from either ELF or Mach-O files, along with any required system files (such as loader cache or extra configuration files). WWW: https://github.com/zatrazz/rldd
12 lines
382 B
TOML
12 lines
382 B
TOML
--- Cargo.toml.orig 2025-05-27 13:19:29 UTC
|
|
+++ Cargo.toml
|
|
@@ -31,7 +31,7 @@ raw-cpuid = "10.6.0"
|
|
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies]
|
|
raw-cpuid = "10.6.0"
|
|
|
|
-[target.'cfg(target_os = "android")'.dev-dependencies]
|
|
+[target.'cfg(any(target_os = "android", target_os = "freebsd"))'.dev-dependencies]
|
|
tempfile = "3.3.0"
|
|
|
|
[profile.release]
|