From bcf788e9b0ca41a14a4e6b8f74af0beef4f70243 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Sun, 22 Dec 2019 18:54:41 +0300 Subject: [PATCH] xz rebuild --- system/base/xz/actions.py | 3 ++- system/base/xz/pspec.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/system/base/xz/actions.py b/system/base/xz/actions.py index fe8590e7..ec2c3585 100644 --- a/system/base/xz/actions.py +++ b/system/base/xz/actions.py @@ -16,9 +16,10 @@ def setup(): # Remove RPATH pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"") pisitools.dosed("libtool", "^runpath_var=LD_RUN_PATH", "runpath_var=DIE_RPATH_DIE") - shelltools.export("LDFLAGS", "-lpthread") + def build(): + shelltools.export("LDFLAGS", "-lpthread") autotools.make() def check(): diff --git a/system/base/xz/pspec.xml b/system/base/xz/pspec.xml index da898f05..4b770825 100644 --- a/system/base/xz/pspec.xml +++ b/system/base/xz/pspec.xml @@ -23,7 +23,7 @@ 0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch 0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch - pthread.patch +