python rebuild

This commit is contained in:
idriskalp
2020-03-24 22:33:54 +03:00
parent c5ea84f215
commit c277ddf38b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -23,7 +23,8 @@ def setup():
shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR())
shelltools.cd("..")
shelltools.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
shelltools.cd("openssl-1.1.1d")
shelltools.cd("openssl-1.1.1e")
shelltools.system("./Configure --prefix=%s/temp --openssldir=%s/openssl/etc/ssl --libdir=lib no-shared enable-ec_nistp_64_gcc_128 linux-x86_64 -Wa,--noexecstack" %(get.workDIR(), get.workDIR()))
autotools.make()
autotools.make("install")