devel rebuild

This commit is contained in:
Rmys
2020-12-16 23:39:48 +03:00
parent e9632039c8
commit cc95155593
2 changed files with 14 additions and 2 deletions
+7 -2
View File
@@ -10,17 +10,19 @@ from pisi.actionsapi import pisitools
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
bindir = "/usr/bin32" if get.buildTYPE() == "emul32" else "/usr/bin"
def setup():
python = "--without-python" if get.buildTYPE() == "emul32" else "--with-python=/usr/bin/python2.7 "
# don't remove --with-debugger as it is needed for reverse dependencies
autotools.configure("%s \
--with-crypto \
--bindir=%s \
--with-debugger \
--disable-static \
--includedir=/usr/include \
--disable-silent-rules \
" % python)
" % (python, bindir))
pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
@@ -30,9 +32,12 @@ def build():
autotools.make()
#def check():
# autotools.make("check")
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
pisitools.removeDir("/usr/bin32")
return
pisitools.dodoc("AUTHORS", "ChangeLog", "Copyright", "FEATURES", "NEWS", "README", "TODO")
+7
View File
@@ -81,6 +81,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-12-09</Date>
<Version>1.1.34</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-10-13</Date>
<Version>1.1.34</Version>