diff --git a/sys-apps/dbus/dbus-1.8.6.recipe b/sys-apps/dbus/dbus-1.8.6.recipe index a6460303b..c35e7191b 100644 --- a/sys-apps/dbus/dbus-1.8.6.recipe +++ b/sys-apps/dbus/dbus-1.8.6.recipe @@ -84,10 +84,10 @@ REQUIRES_devel=" BUILD() { -# runConfigure --omit-dirs binDir ./configure \ -# --with-system-pid-file=/var/run/dbus/pid \ -# --with-system-socket=/var/run/dbus/system_bus_socket \ -# --bindir=$prefix/bin + runConfigure --omit-dirs binDir ./configure \ + --with-system-pid-file=/var/run/dbus/pid \ + --with-system-socket=/var/run/dbus/system_bus_socket \ + --bindir=$prefix/bin make $jobArgs }