python-2.7 rebuild
This commit is contained in:
@@ -16,20 +16,20 @@ PythonVersion = "2.7"
|
||||
|
||||
def setup():
|
||||
#shelltools.system("echo -e '\033[0;36mBuilding Bzip2\033[0m' ")
|
||||
shelltools.makedirs("%s/temp/lib" %get.workDIR())
|
||||
#shelltools.makedirs("%s/temp/lib" %get.workDIR())
|
||||
#shelltools.cd("bzip2-1.0.8")
|
||||
#autotools.make('CC=%s AR=%s RANLIB=%s CFLAGS="%s -D_FILE_OFFSET_BITS=64 -fPIC" libbz2.a' % (get.CC(), get.AR(), get.RANLIB(), get.CFLAGS()))
|
||||
#shelltools.system("cp libbz2.a %s/temp/lib/libbz2.a" % get.workDIR())
|
||||
#shelltools.cd("..")
|
||||
os.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
|
||||
#os.system("echo -e '\033[0;36mBuilding OpenSSL\033[0m' ")
|
||||
|
||||
shelltools.cd("openssl-1.1.1l")
|
||||
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")
|
||||
shelltools.cd("..")
|
||||
#shelltools.cd("openssl-1.1.1l")
|
||||
#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")
|
||||
#shelltools.cd("..")
|
||||
|
||||
os.system("echo -e '\033[0;36mBuilding Python\033[0m' ")
|
||||
#os.system("echo -e '\033[0;36mBuilding Python\033[0m' ")
|
||||
|
||||
pisitools.cflags.add("-fwrapv")
|
||||
|
||||
@@ -46,10 +46,10 @@ def setup():
|
||||
|
||||
#shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR())
|
||||
#shelltools.export("LDFLAGS", "-L%s/temp/lib -lssl -lcrypto -lpthread -ldl" %get.workDIR())
|
||||
shelltools.export("PKG_CONFIG_PATH", "$PKG_CONFIG_PATH:%s/temp/lib/pkgconfig" %get.workDIR())
|
||||
#shelltools.export("PKG_CONFIG_PATH", "$PKG_CONFIG_PATH:%s/temp/lib/pkgconfig" %get.workDIR())
|
||||
|
||||
pisitools.cflags.add("-I%s/temp/include -O3" %get.workDIR())
|
||||
pisitools.ldflags.add("-L%s/temp/lib -lssl -lcrypto -lpthread -ldl" %get.workDIR())
|
||||
#pisitools.cflags.add("-I%s/temp/include -O3" %get.workDIR())
|
||||
#pisitools.ldflags.add("-L%s/temp/lib -lssl -lcrypto -lpthread -ldl" %get.workDIR())
|
||||
|
||||
autotools.autoreconf("-vif")
|
||||
|
||||
@@ -67,9 +67,7 @@ def setup():
|
||||
--with-wctype-functions \
|
||||
--with-system-expat \
|
||||
--with-system-ffi \
|
||||
--with-dbmliborder=gdbm \
|
||||
PKG_CONFIG_PATH=%s/temp/lib/pkgconfig \
|
||||
" %get.workDIR())
|
||||
--with-dbmliborder=gdbm")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
Reference in New Issue
Block a user