From cc9515559385238e59035cc184e4eff574c9ed07 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 16 Dec 2020 23:39:48 +0300 Subject: [PATCH] devel rebuild --- system/devel/libxslt/actions.py | 9 +++++++-- system/devel/libxslt/pspec.xml | 7 +++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/system/devel/libxslt/actions.py b/system/devel/libxslt/actions.py index df8b50ff..42d02051 100644 --- a/system/devel/libxslt/actions.py +++ b/system/devel/libxslt/actions.py @@ -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") diff --git a/system/devel/libxslt/pspec.xml b/system/devel/libxslt/pspec.xml index f12e6842..053ae143 100644 --- a/system/devel/libxslt/pspec.xml +++ b/system/devel/libxslt/pspec.xml @@ -81,6 +81,13 @@ + + 2020-12-09 + 1.1.34 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2020-10-13 1.1.34