dependencies: List rust-bindgen as Linux external dependency

It's needed to enable Rust-based features in the kernel.
Rustc is also needed but it's required by rust-bindgen so I'm skipping
it (like BLFS).
LLVM (Clang) is also a required dependency of rust-bindgen but it's
listed here for different purposes (LTO and CFI).

Fix sysklogd currency
This commit is contained in:
Poltern 2024-07-12 13:11:29 +05:00
parent 14c38953d5
commit d635a9860c
2 changed files with 3 additions and 1 deletions

View File

@ -1933,7 +1933,8 @@
<seg>
<ulink url="&blfs-book;general/cpio.html">cpio</ulink> и
<ulink url="&blfs-book;general/llvm.html">LLVM</ulink>
(с Clang)
(с Clang) и
<ulink url="&blfs-book;general/rust-bindgen.html">Rust-bindgen</ulink>
</seg>
</seglistitem>
</segmentedlist>

View File

@ -148,6 +148,7 @@ if ( $package == "shadow" ) $dirpath = github("shadow-maint/shadow");
if ( $package == "sysvinit" ) $dirpath = github("slicer69/sysvinit");
if ( $package == "MarkupSafe" ) $dirpath = "https://pypi.python.org/pypi/MarkupSafe/";
if ( $package == "jinja" ) $dirpath = "https://pypi.python.org/pypi/Jinja2/";
if ( $package == "sysklogd" ) $dirpath = github("troglobit/sysklogd");
if ( $package == "systemd" ) $dirpath = github("systemd/systemd");
//if ( $package == "tcl" ) $dirpath = "https://sourceforge.net/projects/tcl/files";
if ( $package == "tcl" ) $dirpath = "https://www.tcl.tk/software/tcltk/download.html";