openssl rebuild

This commit is contained in:
Rmys
2024-12-31 12:44:43 +03:00
parent 5d0796687c
commit 09a17fa8da
+5 -5
View File
@@ -75,14 +75,14 @@ def build():
autotools.make("depend") autotools.make("depend")
autotools.make() autotools.make()
# def check(): def check():
#Revert ca-dir patch not to fail test #Revert ca-dir patch not to fail test
#shelltools.system("patch -p1 -R < openssl-1.0.0-beta4-ca-dir.patch") #shelltools.system("patch -p1 -R < openssl-1.0.0-beta4-ca-dir.patch")
# homeDir = "%s/test-home" % get.workDIR() homeDir = "%s/test-home" % get.workDIR()
# shelltools.export("HOME", homeDir) shelltools.export("HOME", homeDir)
# shelltools.makedirs(homeDir) shelltools.makedirs(homeDir)
# autotools.make("-j1 test") autotools.make("-j1 test")
#Passed. So, re-patch #Passed. So, re-patch
#shelltools.system("patch -p1 < openssl-1.0.0-beta4-ca-dir.patch") #shelltools.system("patch -p1 < openssl-1.0.0-beta4-ca-dir.patch")