Fix linux build broken by arm64 changes. v2.15.114
authorCarl Hetherington <cth@carlh.net>
Mon, 4 Jan 2021 13:23:59 +0000 (14:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 4 Jan 2021 13:23:59 +0000 (14:23 +0100)
cscript

diff --git a/cscript b/cscript
index 32a10e30b0c5342e321129d308957a9301d598d2..3d437ca5d2760f81a459e79a2404d100de25da91 100644 (file)
--- a/cscript
+++ b/cscript
@@ -383,7 +383,7 @@ def dependencies(target, options):
     # also need a patched openssl binary to make certificates.
     # This dependency is to get that binary, which is added into
     # the appropriate place later
     # also need a patched openssl binary to make certificates.
     # This dependency is to get that binary, which is added into
     # the appropriate place later
-    deps.append(('openssl', '0b7b7f1'))
+    deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
         deps.append(('lwext4', '01c7d4c'))
     deps.append(('ffcmp', 'a915540'))
     if can_build_disk(target):
         deps.append(('lwext4', '01c7d4c'))
     deps.append(('ffcmp', 'a915540'))