swig ver. bump

This commit is contained in:
Rmys
2021-03-11 22:19:23 +03:00
committed by GitHub
parent 5dfd677147
commit 121d633ade
2 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -10,9 +10,11 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.export("PYTHON", "/usr/bin/python3")
shelltools.system("sed -i 's/\$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in")
shelltools.system("sed -i 's/\$command 2/-I. &/' Examples/test-suite/perl5/run-perl-test.pl")
autotools.configure("--without-clisp \
--with-python3 \
--without-maximum-compile-warnings")
#autotools.configure("--prefix=/usr")
@@ -26,4 +28,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE*", "README")
pisitools.dodoc("LICENSE*", "README")