Update lwext4 for build fix so that its arm64 library is relinked v2.15.118
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2021 11:06:42 +0000 (12:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2021 11:06:42 +0000 (12:06 +0100)
correctly.

Otherwise gatekeeper refuses to run DCP-o-matic.

cscript

diff --git a/cscript b/cscript
index cafbd25cc1ccc8d93cc8d01d55fa0c2528661af5..e91607600570895d4682e93306d72838eaa41916 100644 (file)
--- a/cscript
+++ b/cscript
@@ -385,7 +385,7 @@ def dependencies(target, options):
     # the appropriate place later
     deps.append(('openssl', '7f29dd5'))
     if can_build_disk(target):
-        deps.append(('lwext4', 'f2a1573'))
+        deps.append(('lwext4', 'd67dd1b'))
     deps.append(('ffcmp', 'a915540'))
 
     return deps