From 2c1f14294c35e2d7dd0138979aa6a035caf038c2 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 7 Aug 2025 17:47:25 +0200 Subject: [PATCH] dbus, fix for 32bit (#12704) --- sys-apps/dbus/dbus-1.16.2.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/dbus/dbus-1.16.2.recipe b/sys-apps/dbus/dbus-1.16.2.recipe index 5f870d9c9..928ea78d0 100644 --- a/sys-apps/dbus/dbus-1.16.2.recipe +++ b/sys-apps/dbus/dbus-1.16.2.recipe @@ -112,6 +112,7 @@ BUILD() { cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \ $cmakeDirArgs \ + -DCMAKE_INSTALL_BINDIR=$prefix/bin \ -DDocBookXSL_DIR=/system/data/xml/docbook/xsl-stylesheets-1.79.2 make -C build $jobArgs