libxslt:rebuild XSLT_INCLUDEDIR=-I/emul32/include hata

This commit is contained in:
Rmys
2019-01-22 15:42:31 +03:00
parent 6eee9bdbb2
commit b4a3a2e376
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -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 \