From 8045156dcc5b1eb21ab0927660e2b00305cc4ba2 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Mon, 20 Jan 2025 23:36:38 +0100 Subject: [PATCH] v9.10 - DietPi-Software | Bazarr: Add further RISC-V dependency --- dietpi/dietpi-software | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 00391c6459..0385698f47 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -9716,8 +9716,8 @@ _EOF_ (( $G_DISTRO < 8 && $G_HW_ARCH < 3 )) && aDEPS+=('libopenblas0-pthread') # - ARMv6/7/RISC-V without piwheels: libxslt1-dev for lxml; g++, pkg-config and libopenblas-dev for numpy (( $G_DISTRO > 7 && ( $G_HW_ARCH < 3 || $G_HW_ARCH == 11 ) )) && aDEPS+=('libxslt1-dev' 'g++' 'pkg-config' 'libopenblas-dev') - # - RISC-V: cmake for ninja, make for patchelf and ninja - (( $G_HW_ARCH == 11 )) && aDEPS+=('cmake' 'make') + # - RISC-V: cmake for ninja, make and autoconf for patchelf + (( $G_HW_ARCH == 11 )) && aDEPS+=('cmake' 'make' 'autoconf') # Download Download_Install 'https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip' bazarr