From 397a92e514008073a2c2bf4463a4e48796581d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 28 Nov 2018 12:39:35 +0300 Subject: [PATCH] add builddep intltool and fix for build fast --- system/base/eudev/actions.py | 4 ++-- system/base/eudev/pspec.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/system/base/eudev/actions.py b/system/base/eudev/actions.py index 26637eaa..5ad4175a 100644 --- a/system/base/eudev/actions.py +++ b/system/base/eudev/actions.py @@ -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 \ diff --git a/system/base/eudev/pspec.xml b/system/base/eudev/pspec.xml index eac5e0ab..a4bde5fe 100644 --- a/system/base/eudev/pspec.xml +++ b/system/base/eudev/pspec.xml @@ -24,6 +24,7 @@ libpcre-devel libxslt-devel gperf + intltool