volume_key rebuild

This commit is contained in:
Rmys
2020-12-17 10:20:09 +03:00
committed by GitHub
parent d6e7cdc4fb
commit 57eae8ba34
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
shelltools.system("""find . -name ".pyc" -delete""")
#autotools.autoreconf("-fiv")
pisitools.dosed("configure", "python2-config", "python2.7-config")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+7
View File
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-11-07</Date>
<Version>0.3.12</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2020-02-01</Date>
<Version>0.3.12</Version>