From edf1da388c05c2a62506bb00f42309bb3e640710 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 18 Jun 2022 14:40:08 +0300 Subject: [PATCH] libX11 rebuild xfce --- 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 57252500..804580e1 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 libdir=%s" % Libdir) + autotools.configure("--disable-static --disable-thread-safety-constructor 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 17f8bf58..0a4e4b62 100644 --- a/system/base/libX11/pspec.xml +++ b/system/base/libX11/pspec.xml @@ -76,6 +76,13 @@ + + 2022-06-18 + 1.8.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-06-10 1.8.1