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