add builddep intltool and fix for build fast

This commit is contained in:
Ertuğrul Erata
2018-11-28 12:39:35 +03:00
parent 30fdcf68ff
commit 397a92e514
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ from pisi.actionsapi import get
suffix = "32" if get.buildTYPE() == "emul32" else ""
def setup():
shelltools.system("./autogen.sh")
autotools.autoreconf("-fis")
autotools.configure("--prefix=/usr \
--bindir=/sbin \
--sbindir=/sbin \
+8
View File
@@ -24,6 +24,7 @@
<Dependency>libpcre-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>gperf</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
<!--Patches>
<Patch>upstream.patch</Patch>
@@ -91,6 +92,13 @@
</Package>
<History>
<Update release="10">
<Date>2018-11-28</Date>
<Version>3.2.5</Version>
<Comment>add intltool builddep.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="9">
<Date>2018-07-15</Date>
<Version>3.2.5</Version>