From d635a9860c74cb3a78d24f5bd953ae0dde2e0980 Mon Sep 17 00:00:00 2001 From: Poltern <2363951+Poltern@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:11:29 +0500 Subject: [PATCH] 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 --- appendices/dependencies.xml | 3 ++- lfs-latest-git.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index a02b7f1..aa80d6e 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -1933,7 +1933,8 @@ cpio и LLVM - (с Clang) + (с Clang) и + Rust-bindgen diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 52eb501..de1683c 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -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";