From: Carl Hetherington Date: Mon, 4 Jan 2021 13:23:59 +0000 (+0100) Subject: Fix linux build broken by arm64 changes. X-Git-Tag: v2.15.114 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0e571479e7e19f41f2b17335d7dd4cb78141c5fb Fix linux build broken by arm64 changes. --- diff --git a/cscript b/cscript index 32a10e30b..3d437ca5d 100644 --- 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 - deps.append(('openssl', '0b7b7f1')) + deps.append(('openssl', '7f29dd5')) if can_build_disk(target): deps.append(('lwext4', '01c7d4c')) deps.append(('ffcmp', 'a915540'))