From b4bdaeec9ef0360bd2ce7671e49863bf51875d7d Mon Sep 17 00:00:00 2001 From: Ray-V Date: Sun, 29 Oct 2023 09:41:22 +0000 Subject: [PATCH] Updated for R14.1.1 --- cross-compiling-TDE-for-the-RPi3.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cross-compiling-TDE-for-the-RPi3.html b/cross-compiling-TDE-for-the-RPi3.html index 98d92f1..cac2156 100755 --- a/cross-compiling-TDE-for-the-RPi3.html +++ b/cross-compiling-TDE-for-the-RPi3.html @@ -133,7 +133,7 @@ Builds have been done for the RPi3 running systems based on Slackware-arm-curren
The packages listed on this page have been built on an x86_64 machine and installed and tested OK on an RPi3.
-[Edit: builds for R14.1.0 have been verified for 64-bit arm only]. +[Edit: builds for R14.1.1 have been verified for 64-bit arm only].
For any problems, questions, etc please open an issue at tde-slackbuilds.

@@ -590,7 +590,7 @@ To keep track of where stuff is installed use the package management system - de installpkg /tmp/xgcc910-glibc2.29-${K_VER}_RPi_headers-en_GB-$ARM.txz ## Set the variables for the TDE packages builds -export TDE_VERSION=14.1.0 +export TDE_VERSION=14.1.1 export INSTALL_TDE=/opt/tde export SYS_CNF_DIR=/etc/tde [[ $ARM == aarch64 ]] && export LIBDIRSUFFIX=64 @@ -1714,7 +1714,6 @@ cmake \ -DWITH_ELFICON="OFF" \ -DWITH_GAMIN="OFF" \ -DWITH_GCC_VISIBILITY="ON" \ - -DWITH_HAL="OFF" \ -DWITH_HSPELL="OFF" \ -DWITH_IMAGETOPS_BINARY="OFF" \ -DWITH_INOTIFY="ON" \