Crates.io | libbgpstream-sys |
lib.rs | libbgpstream-sys |
version | 0.2.1 |
source | src |
created_at | 2023-06-25 14:59:55.951375 |
updated_at | 2023-07-09 09:30:52.583738 |
description | System bindings for bgpstream |
homepage | |
repository | https://github.com/brendanhoran/libbgpstream-sys |
max_upload_size | 41943040 |
id | 899545 |
size | 35,453,960 |
Rust system bindings for bgpstream
Since the codebase has issues building on a modern toolchain(1).
We need to patch the configure script inputs(.ac) file to fix these issues.
This requires us to run "autogen.sh" to create the configure script.
"autogen.sh" is not supplied in the release tarball.
(1) https://github.com/CAIDA/libbgpstream/issues/227
Your system must have libcurl installed!
I'd like to use the static version of curl-sys
but that has caused other issues.
Further details on what this issue looks like can be found here:
https://github.com/brendanhoran/wandio-sys#system-dependencies
This results in linking to the following system libraries in this crates buils.rs.