From 09a17fa8da8a7c1d54d690ececb4e30845384db9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 31 Dec 2024 12:44:43 +0300 Subject: [PATCH] openssl rebuild --- system/base/openssl/actions.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system/base/openssl/actions.py b/system/base/openssl/actions.py index 6631bde0..db8129c2 100755 --- a/system/base/openssl/actions.py +++ b/system/base/openssl/actions.py @@ -75,14 +75,14 @@ def build(): autotools.make("depend") autotools.make() -# def check(): +def check(): #Revert ca-dir patch not to fail test #shelltools.system("patch -p1 -R < openssl-1.0.0-beta4-ca-dir.patch") - # homeDir = "%s/test-home" % get.workDIR() - # shelltools.export("HOME", homeDir) - # shelltools.makedirs(homeDir) - # autotools.make("-j1 test") + homeDir = "%s/test-home" % get.workDIR() + shelltools.export("HOME", homeDir) + shelltools.makedirs(homeDir) + autotools.make("-j1 test") #Passed. So, re-patch #shelltools.system("patch -p1 < openssl-1.0.0-beta4-ca-dir.patch")