From b4a3a2e376127d16acb035c49dcebac8bc3bdafe Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 22 Jan 2019 15:42:31 +0300 Subject: [PATCH] libxslt:rebuild XSLT_INCLUDEDIR=-I/emul32/include hata --- system/devel/libxslt/actions.py | 4 ++++ system/devel/libxslt/pspec.xml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/system/devel/libxslt/actions.py b/system/devel/libxslt/actions.py index 15e13ed4..d72d9cda 100644 --- a/system/devel/libxslt/actions.py +++ b/system/devel/libxslt/actions.py @@ -8,6 +8,9 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools + +Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" + 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 @@ -15,6 +18,7 @@ def setup(): --with-crypto \ --with-debugger \ --disable-static \ + --includedir=/usr/include \ --with-xz \ --with-zlib \ --disable-silent-rules \ diff --git a/system/devel/libxslt/pspec.xml b/system/devel/libxslt/pspec.xml index 44dec21b..a20fdd2b 100644 --- a/system/devel/libxslt/pspec.xml +++ b/system/devel/libxslt/pspec.xml @@ -78,6 +78,13 @@ + + 2019-01-22 + 1.1.32 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-12-31 1.1.32