diff Aws/holy-build-box-internal.sh @ 140:40efe821932a

fix LSB build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Mar 2024 16:17:51 +0100
parents 5d2e9399bdd8
children 3e9cced85a5b
line wrap: on
line diff
--- a/Aws/holy-build-box-internal.sh	Wed Dec 20 22:29:35 2023 +0100
+++ b/Aws/holy-build-box-internal.sh	Fri Mar 01 16:17:51 2024 +0100
@@ -44,7 +44,7 @@
 cp /source/Aws/* /tmp/source-writeable/Aws/ || true  # Ignore error about omitting directories
 
 cmake /tmp/source-writeable/Aws/ \
-      -DORTHANC_FRAMEWORK_VERSION=1.9.3 \
+      -DORTHANC_FRAMEWORK_VERSION=1.12.3 \
       -DORTHANC_FRAMEWORK_SOURCE=web \
       -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON