You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish 14951e3f00 rust: save cargo and CARGO_HOME to variables
During configure, substitute the path of cargo, as well as the
value of CARGO_HOME as variables. This fixes the case where a
user might do:
  make
  sudo make install
Which will cause the cargo bits to be rebuilt, including
re-downloading external crates.

By saving these to variables we can be sure that the same
values are used during make install as were used during
make which prevents the Rust artifacts from being rebuild
during "sudo make install".
8 years ago
..
.cargo rust: hook rust into the build 8 years ago
src nfs: log number of chunks that xfer'd a file 8 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in rust/nfs: add (file)handle to log as crc32 8 years ago
Makefile.am rust: save cargo and CARGO_HOME to variables 8 years ago
gen-c-headers.py nfs: rename nfs3 to nfs 8 years ago