From 36de95863f193ada8774a854fd03c3eb30879954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 1 Mar 2016 13:03:45 +0200 Subject: [PATCH 1/2] emul32 check disaled. --- system/base/libpcre/actions.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/base/libpcre/actions.py b/system/base/libpcre/actions.py index fcba9002..f8812f8d 100644 --- a/system/base/libpcre/actions.py +++ b/system/base/libpcre/actions.py @@ -25,7 +25,10 @@ def build(): autotools.make() def check(): - autotools.make("-j1 check") + if get.buildTYPE() == "emul32": + pass + else: + autotools.make("-j1 check") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) From 2effe23c07454c674eeb3d8b7a090aef63871185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 1 Mar 2016 13:15:04 +0200 Subject: [PATCH 2/2] libpcre fix unused, an deps --- system/base/libpcre/actions.py | 2 ++ system/base/libpcre/pspec.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/system/base/libpcre/actions.py b/system/base/libpcre/actions.py index f8812f8d..f3c93edd 100644 --- a/system/base/libpcre/actions.py +++ b/system/base/libpcre/actions.py @@ -20,6 +20,8 @@ def setup(): --enable-cpp \ --docdir=/%s/%s \ --disable-static" % (get.docDIR(), get.srcNAME())) + + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") def build(): autotools.make() diff --git a/system/base/libpcre/pspec.xml b/system/base/libpcre/pspec.xml index bdb9999e..61b0cdf0 100644 --- a/system/base/libpcre/pspec.xml +++ b/system/base/libpcre/pspec.xml @@ -62,7 +62,7 @@ libgcc - readline + glibc-32bit libpcre