From 51bd9ebefb8a57fd569c065bd69e5c6c733d27a9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 1 Jan 2025 23:52:52 +0300 Subject: [PATCH] dbus rebuild --- system/base/dbus/actions.py | 5 +++++ system/base/dbus/pspec.xml | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py index a5ab56b9..e0cc4963 100644 --- a/system/base/dbus/actions.py +++ b/system/base/dbus/actions.py @@ -17,6 +17,7 @@ def setup(): # pisitools.dosed(f, "\$\(localstatedir\)(\/run\/dbus)", "\\1") options = "\ -Dselinux=disabled \ + -Druntime_dir=/run \ -Dasserts=false \ -Dchecks=false \ -Dmodular_tests=disabled \ @@ -37,6 +38,10 @@ def setup(): # --enable-abstract-sockets=auto \ if get.buildTYPE() == "_emul32": + shelltools.export("CC", "gcc -m32") + shelltools.export("CXX", "g++ -m32") + shelltools.export("LDFLAGS", "%s -L/usr/lib32" % get.LDFLAGS()) + shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") options += " \ --libdir=/usr/lib32 \ -Ddoxygen_docs=disabled \ diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml index 809104bf..5ce049d9 100644 --- a/system/base/dbus/pspec.xml +++ b/system/base/dbus/pspec.xml @@ -100,6 +100,13 @@ + + 2025-01-01 + 1.16.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2024-12-21 1.16.0