libxslt:rebuild XSLT_INCLUDEDIR=-I/emul32/include hata
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -78,6 +78,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-01-22</Date>
|
||||
<Version>1.1.32</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-12-31</Date>
|
||||
<Version>1.1.32</Version>
|
||||
|
||||
Reference in New Issue
Block a user