python3:ver bump and translations

This commit is contained in:
blue-devil
2020-03-28 02:26:26 +03:00
parent d4985c5b27
commit 2a25a28ff8
3 changed files with 38 additions and 14 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ def setup():
shelltools.export("CFLAGS", "-I%s/temp/include -O3" %get.workDIR())
shelltools.export("LDFLAGS", "-L%s/temp/lib -lbz2 -lpthread -ldl" %get.workDIR())
# fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
autotools.rawConfigure("\
--prefix=/usr \
--enable-shared \