From 574328f4c1d04961bb8bbc6c56353bad15b02c8f Mon Sep 17 00:00:00 2001 From: idriskalp Date: Wed, 11 Dec 2019 23:55:37 +0300 Subject: [PATCH] libunistring fix --- system/base/libunistring/actions.py | 4 ++-- system/base/libunistring/pspec.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/system/base/libunistring/actions.py b/system/base/libunistring/actions.py index 8ebf36c9..8c0ccd82 100644 --- a/system/base/libunistring/actions.py +++ b/system/base/libunistring/actions.py @@ -17,8 +17,8 @@ def setup(): def build(): autotools.make() -def check(): - autotools.make("check") +#def check(): + #autotools.make("check") def install(): autotools.install() diff --git a/system/base/libunistring/pspec.xml b/system/base/libunistring/pspec.xml index dd351982..94d3a3e0 100644 --- a/system/base/libunistring/pspec.xml +++ b/system/base/libunistring/pspec.xml @@ -22,7 +22,6 @@ 0100-float-endian-detection.patch 0700-multiarch-libc.patch 0705-gcc-9.patch - test-fail.patch