From 257c12f3b18d2fc56e905693d25de150572f1fc2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 8 Jul 2022 21:32:06 +0300 Subject: [PATCH] libx11 rebuild --- system/base/libX11/actions.py | 2 +- system/base/libX11/pspec.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/system/base/libX11/actions.py b/system/base/libX11/actions.py index 804580e1..57252500 100644 --- a/system/base/libX11/actions.py +++ b/system/base/libX11/actions.py @@ -12,7 +12,7 @@ Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" def setup(): autotools.autoreconf("-vif") - autotools.configure("--disable-static --disable-thread-safety-constructor libdir=%s" % Libdir) + autotools.configure("--disable-static libdir=%s" % Libdir) pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") diff --git a/system/base/libX11/pspec.xml b/system/base/libX11/pspec.xml index 0a4e4b62..70187bd8 100644 --- a/system/base/libX11/pspec.xml +++ b/system/base/libX11/pspec.xml @@ -76,6 +76,13 @@ + + 2022-07-05 + 1.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-18 1.8.1