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 autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
|
|
||||||
|
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
python = "--without-python" if get.buildTYPE() == "emul32" else "--with-python=/usr/bin/python2.7 "
|
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
|
# don't remove --with-debugger as it is needed for reverse dependencies
|
||||||
@@ -15,6 +18,7 @@ def setup():
|
|||||||
--with-crypto \
|
--with-crypto \
|
||||||
--with-debugger \
|
--with-debugger \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--includedir=/usr/include \
|
||||||
--with-xz \
|
--with-xz \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
|||||||
@@ -78,6 +78,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="5">
|
||||||
<Date>2018-12-31</Date>
|
<Date>2018-12-31</Date>
|
||||||
<Version>1.1.32</Version>
|
<Version>1.1.32</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user