python3 rebuild

This commit is contained in:
yusuf
2016-04-28 19:58:42 +03:00
parent b624ae2f4f
commit 320ea50a11
4 changed files with 19 additions and 29 deletions
+5 -8
View File
@@ -23,19 +23,16 @@ def setup():
autotools.rawConfigure("\
--prefix=/usr \
--enable-ipv6 \
--enable-loadable-sqlite-extensions \
--enable-shared \
--with-threads \
--with-computed-gotos \
--with-dbmliborder=gdbm:ndbm \
--with-fpectl \
--enable-ipv6 \
--with-system-expat \
--with-dbmliborder=gdbm:ndbm \
--with-system-ffi \
--with-system-libmpdec \
--with-threads \
--with-valgrind \
--without-ensurepip \
")
--enable-loadable-sqlite-extensions \
--without-ensurepip")
def build():
autotools.make()