From cb753897ef1613ff612c6f7a78b904e32c21f11a Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 1 Feb 2023 21:53:31 +0300 Subject: [PATCH] python3 rebuild --- system/base/python3/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/python3/actions.py b/system/base/python3/actions.py index f72d4016..88648f80 100644 --- a/system/base/python3/actions.py +++ b/system/base/python3/actions.py @@ -26,7 +26,7 @@ def setup(): #shelltools.unlinkDir("Modules/_ctypes/libffi") #shelltools.unlinkDir("Modules/_ctypes/libffi_msvc") shelltools.unlinkDir("Modules/_ctypes/libffi_osx") - shelltools.unlinkDir("Modules/_decimal/libmpdec") + # shelltools.unlinkDir("Modules/_decimal/libmpdec") #shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR()) #shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR()) @@ -39,9 +39,9 @@ def setup(): --with-system-expat \ --with-dbmliborder=gdbm:ndbm \ --with-system-ffi \ - --with-system-libmpdec \ --enable-loadable-sqlite-extensions \ --without-ensurepip") + # --with-system-libmpdec \ def build(): autotools.make()